Skip to content

Commit

Permalink
Pass some secrets to ci (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng authored Jun 20, 2024
1 parent 18dfa2f commit b7e21f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-integration-skywalking-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
env:
AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }}
AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }}
GSA_CREDENTIAL: ${{ secrets.GSA_CREDENTIAL }}
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
timeout-minutes: 80
strategy:
matrix:
Expand Down

0 comments on commit b7e21f1

Please sign in to comment.