Skip to content

Commit

Permalink
move release permissions to the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Aug 20, 2024
1 parent c6a7b57 commit 0b3c049
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on:
workflow_call:
workflow_dispatch:

permissions:
contents: write
pull-requests: write
id-token: none

jobs:
build:
Expand Down Expand Up @@ -43,6 +39,8 @@ jobs:
environment:
name: pypi
url: https://pypi.org/p/kimmdy
permissions:
id-token: write
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 0b3c049

Please sign in to comment.