From 3a14a03d0c119ec123dc8ce9cd94714113d711bc Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 29 Aug 2023 11:17:26 +1000 Subject: [PATCH] The syntax was incorrect so use just write Signed-off-by: Jordan Borean --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ecbda8..85636ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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