Skip to content

Commit

Permalink
fix(ci): include id token write permission on publish ci (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fahimfaisaal committed Jan 27, 2024
1 parent 13811af commit 39ccb88
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 @@ -10,6 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: write
pull-requests: write
id-token: write

jobs:
publish:
Expand Down

0 comments on commit 39ccb88

Please sign in to comment.