Skip to content

Commit

Permalink
add write permission to deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SGeeversAtVortech committed Oct 15, 2024
1 parent 85889ae commit 905390b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rtc-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
# Only publish tag references that start with "2.".
if: startsWith(github.ref, 'refs/tags/2.')
timeout-minutes: 30
permissions:
id-token: write
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down

0 comments on commit 905390b

Please sign in to comment.