Skip to content

Commit

Permalink
The syntax was incorrect so use just write
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Aug 29, 2023
1 parent b71bf97 commit 3a14a03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,10 @@ jobs:

runs-on: ubuntu-latest
permissions:
id-token: write # Needed for OIDC publishing
contents: read|write # Needed for github-pages-deploy-action and other repo write tasks
# Needed for OIDC publishing
id-token: write
# Needed for github-pages-deploy-action and other repo write tasks
contents: write

steps:
- name: Check out code
Expand Down

0 comments on commit 3a14a03

Please sign in to comment.