Skip to content

Commit 2f36c7b

Browse files
committed
Fix deploy action
1 parent da44d4c commit 2f36c7b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pypy-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ permissions:
1010
jobs:
1111
release-build:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
steps:
1416
- name: Check out
1517
uses: actions/checkout@v4

0 commit comments

Comments
 (0)