Skip to content

Commit

Permalink
ci: add id-token permission to release-final-nightly so it can be use…
Browse files Browse the repository at this point in the history
…d with setup-caches
  • Loading branch information
angusbayley committed Nov 27, 2024
1 parent 2a9e2de commit 2719fa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-final-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: "0 2 * * *"
workflow_dispatch:

permissions:
id-token: write

jobs:
nightly-release:
name: Nightly Release
Expand Down

0 comments on commit 2719fa8

Please sign in to comment.