From 3767ec95213ca1de5134d94314ce4516c9c497eb Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 21 Jun 2024 00:21:07 -0400 Subject: [PATCH] Update build-staging-and-deploy-aws.yml --- .github/workflows/build-staging-and-deploy-aws.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index a75826f532..9af533ee3c 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -50,6 +50,13 @@ jobs: environment: name: Gamma steps: + - 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.TWINGATE_GAMMA_SERVICE_KEY }} - name: Checkout code uses: actions/checkout@v2 - name: Setup Node.js environment