Skip to content

Commit 3a14a03

Browse files
committed
The syntax was incorrect so use just write
Signed-off-by: Jordan Borean <[email protected]>
1 parent b71bf97 commit 3a14a03

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,10 @@ jobs:
263263

264264
runs-on: ubuntu-latest
265265
permissions:
266-
id-token: write # Needed for OIDC publishing
267-
contents: read|write # Needed for github-pages-deploy-action and other repo write tasks
266+
# Needed for OIDC publishing
267+
id-token: write
268+
# Needed for github-pages-deploy-action and other repo write tasks
269+
contents: write
268270

269271
steps:
270272
- name: Check out code

0 commit comments

Comments
 (0)