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
(cherry picked from commit ba2125d)
  • Loading branch information
v1v authored and mergify[bot] committed Jun 26, 2024
1 parent f8a86f0 commit 1d69ebd
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 1d69ebd

Please sign in to comment.