Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3a14a03

Browse files
The syntax was incorrect so use just write
Signed-off-by: Jordan Borean <jborean93@gmail.com>
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‎

Lines changed: 4 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /