Skip to content

Commit 3c4a583

Browse files
Fix the permission for authenticate with OIDC (#208)
Co-authored-by: felicityzhao9 <akanez>
1 parent 18f7606 commit 3c4a583

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
name: Release automation
22

3-
permissions:
4-
contents: write
5-
pull-requests: write
6-
73
on:
84
workflow_dispatch:
95
inputs:
@@ -17,6 +13,10 @@ on:
1713

1814
jobs:
1915
release:
16+
permissions:
17+
id-token: write
18+
contents: write
19+
pull-requests: write
2020
name: Create Release
2121
runs-on: ubuntu-latest
2222
steps:

0 commit comments

Comments
 (0)