Skip to content

Commit

Permalink
fix: add permission write for trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-zahedi committed Mar 28, 2024
1 parent 26d6ce6 commit 5f03080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
outputs:
version: ${{ steps.set_output.outputs.version }}
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Checkout Code
uses: actions/checkout@v3
Expand Down

0 comments on commit 5f03080

Please sign in to comment.