Skip to content

Commit

Permalink
fix(nightly-ci): provide id-token permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Dec 16, 2023
1 parent 6cc7ae3 commit 32cd19e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Expand Up @@ -10,6 +10,8 @@ jobs:
nightly:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- run: corepack enable
Expand Down

0 comments on commit 32cd19e

Please sign in to comment.