Skip to content

Commit

Permalink
fix: id-token perm issue in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Jun 5, 2024
1 parent 085d5f0 commit 6d82408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- main
permissions:
contents: 'read'
id-token: 'write'
jobs:
main:
if: "contains(github.event.head_commit.message, 'publish:')"
Expand Down

0 comments on commit 6d82408

Please sign in to comment.