Skip to content

Commit

Permalink
fix permissions to workflow (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich authored Apr 18, 2024
1 parent 2bc98ca commit 87eecb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
url: https://pypi.org/p/permit
permissions:
id-token: write
contents: write # 'write' access to repository contents
pull-requests: write # 'write' access to pull requests
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 87eecb6

Please sign in to comment.