From 5cca51d711a7854dd3f11dfbda481f0a373f0d0c Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 2 Jul 2024 10:57:05 -0400 Subject: [PATCH] access prod bd in ci --- .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 07036297a..5c699c9d4 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -105,6 +105,13 @@ jobs: environment: name: Production 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_SERVICE_KEY }} - name: Checkout code uses: actions/checkout@v2 - name: Setup Node.js environment