Skip to content

Commit 9762b79

Browse files
committed
Python publish worlflow permissions fix
1 parent fdea992 commit 9762b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
jobs:
1313
publish:
1414
runs-on: ubuntu-latest
15-
permissions:
16-
id-token: write
15+
permissions:
16+
id-token: write
1717
steps:
1818
- uses: actions/checkout@v4
1919

0 commit comments

Comments
 (0)