Skip to content

Commit

Permalink
ci: Fix permission issues with writing to GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang committed Jun 21, 2024
1 parent 3af0eea commit 8486db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
url: https://pypi.org/p/asdf-pydantic/
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
contents: write # For writing to GitHub release

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8486db4

Please sign in to comment.