Skip to content

Commit dc6edf5

Browse files
authored
Merge pull request #74 from mucsi96/claude/compassionate-davinci-8w5sot
Add Twingate connection to deployment pipeline
2 parents 14f9916 + e9d0b35 commit dc6edf5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ jobs:
201201
with:
202202
kubelogin-version: 'v0.2.7'
203203

204+
- name: Connect to Twingate
205+
uses: twingate/github-action@v1
206+
with:
207+
service-key: ${{ secrets.TWINGATE_SERVICE_KEY }}
208+
204209
- name: Deploy to Kubernetes
205210
env:
206211
AZURE_KEYVAULT_NAME: ${{ secrets.AZURE_KEYVAULT_NAME }}

0 commit comments

Comments
 (0)