Skip to content

Commit

Permalink
Add write permissions to publish-release.yml workflow
Browse files Browse the repository at this point in the history
This should fix "GitHub release failed with status: 403"
Recommended in: softprops/action-gh-release#236
  • Loading branch information
MarkoSagadin committed Oct 30, 2023
1 parent e9c8ce1 commit 71cd94c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
url: https://pypi.org/p/east-tool
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write
# runs-on: self-hosted

steps:
Expand Down

0 comments on commit 71cd94c

Please sign in to comment.