Skip to content

Commit

Permalink
ci(smoke-tests): set id-token when running other workflows (#13497)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Jun 26, 2024
1 parent 4cf627c commit ba2125d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/smoke-tests-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,19 @@ jobs:
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.prepare-smoke-tests-os.outputs.matrix) }}
permissions:
contents: read
id-token: write
uses: ./.github/workflows/smoke-tests-os.yml
with:
branch: ${{ matrix.branch }}
secrets: inherit

smoke-tests-ess:
name: Run smoke tests ESS
permissions:
contents: read
id-token: write
uses: ./.github/workflows/smoke-tests-ess.yml
with:
branch: 'main'
Expand Down

0 comments on commit ba2125d

Please sign in to comment.