Skip to content

Commit

Permalink
feat: added twingate action to connect with gamma
Browse files Browse the repository at this point in the history
  • Loading branch information
akhilmhdh committed Dec 2, 2024
1 parent f8ea94f commit 38a593e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
with:
go-version-file: "go.mod"
cache: true
- uses: twingate/github-action@v1
with:
# The Twingate Service Key used to connect Twingate to the proper service
# Learn more about [Twingate Services](https://docs.twingate.com/docs/services)
#
# Required
service-key: ${{ secrets.GAMMA_TWINGATE_SERVICE_KEY }}
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3
with:
terraform_version: ${{ matrix.terraform }}
Expand Down

0 comments on commit 38a593e

Please sign in to comment.