Skip to content

Commit 6d1d11e

Browse files
authored
Add missing workflow permission for OIDC login (#174)
1 parent bf51cd3 commit 6d1d11e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Go Release
22

33
permissions:
44
contents: write
5-
5+
id-token: write
6+
67
on:
78
workflow_dispatch:
89
push:

0 commit comments

Comments
 (0)