Skip to content

Commit

Permalink
fix: perms (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
EepyElvyra committed Nov 22, 2023
1 parent ff7d2e3 commit be74a5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:
types:
- published

permissions:
id-token: write


jobs:
build-and-publish:
Expand All @@ -27,6 +26,8 @@ jobs:
- name: Build and publish
uses: pypa/gh-action-pypi-publish@release/v1
permissions:
id-token: write
with:
user: EdVraz
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit be74a5c

Please sign in to comment.