X Tutup
Skip to content

Commit 7d662e4

Browse files
committed
chore(ci): add id-token permissions
1 parent ea5af31 commit 7d662e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
release:
1010
if: github.repository == 'nejch/python-gitlab' # testing via test.pypi.org first
1111
runs-on: ubuntu-latest
12+
permissions:
13+
id-token: write
1214
environment: test.pypi.org # testing via test.pypi.org first
1315
steps:
1416
- uses: actions/checkout@v3.5.0

0 commit comments

Comments
 (0)
X Tutup