Skip to content

Commit aab96f5

Browse files
authored
Fix invalid value for id-token GHA permission (#4)
Apparently `read` is not a thing, oops!
1 parent af7f9ef commit aab96f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
permissions:
1515
contents: write
16-
id-token: read
16+
id-token: write
1717
packages: write
1818

1919
steps:

0 commit comments

Comments
 (0)