Skip to content

Commit a918964

Browse files
APM-2488 Add secrets
1 parent 3db2e94 commit a918964

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
- name: Test Pull Request Deployments
1313
env:
1414
AZURE_TOKEN: "${{ secrets.AZURE_TOKEN }}"
15+
AZ_CLIENT_ID: "${{ secrets.AZ_CLIENT_ID }}"
16+
AZ_CLIENT_SECRET: "${{ secrets.AZ_CLIENT_SECRET }}"
17+
AZ_CLIENT_TENANT: "${{ secrets.AZ_CLIENT_TENANT }}"
1518
run: |
1619
export BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
1720
export NOTIFY_COMMIT_SHA="${{ github.event.pull_request.head.sha }}"

0 commit comments

Comments
 (0)