Skip to content

Commit

Permalink
add id-token write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
David Blass committed May 22, 2024
1 parent 23595f0 commit 5d933d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
id-token: write

jobs:
update-gh-pages:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d933d8

Please sign in to comment.