Skip to content

Commit 421280e

Browse files
committed
give id-token: write permissions
this is required for GHA OIDC auth
1 parent c710214 commit 421280e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77
tags:
88
- v[0-9]+.[0-9]+.[0-9]+*
99

10-
permissions: {}
10+
permissions:
11+
id-token: write
12+
contents: read
1113

1214
jobs:
1315
docs:

0 commit comments

Comments
 (0)