Skip to content

Commit

Permalink
fix: set all permissions to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kharkevich committed Apr 3, 2024
1 parent b1c12c2 commit 126101e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: upload release to PyPI Test
runs-on: ubuntu-latest
environment: PyPI Test
permissions:
id-token: write
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: upload release to PyPI
runs-on: ubuntu-latest
environment: PyPI
permissions:
id-token: write
permissions: write-all
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 126101e

Please sign in to comment.