Skip to content

Commit c8b4ae3

Browse files
authored
fix id-token entry locatio in yaml file
1 parent bb2c238 commit c8b4ae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests+pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ jobs:
125125
dist_check:
126126
runs-on: ubuntu-latest
127127
needs: [build]
128-
permissions:
129-
id-token: write
130128
steps:
131129
- uses: actions/setup-python@v2
132130
- run: pip install twine auditwheel
@@ -140,6 +138,8 @@ jobs:
140138
dist_upload:
141139
runs-on: ubuntu-latest
142140
needs: [dist_check]
141+
permissions:
142+
id-token: write
143143
steps:
144144
- uses: actions/download-artifact@v2
145145
with:

0 commit comments

Comments
 (0)