Skip to content

Commit

Permalink
chore: 🔧 add permission
Browse files Browse the repository at this point in the history
GitHub Actions requires "write" access to the "id-token" permission
  • Loading branch information
andrewdyer committed Aug 8, 2024
1 parent d82bcc0 commit 87e06b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
# if: env.PUBLISH_ENABLED == 'true'
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- name: Checkout code
Expand Down

0 comments on commit 87e06b1

Please sign in to comment.