From 799c3ccabd533581dbe188aefb72fdb7c7a20f36 Mon Sep 17 00:00:00 2001 From: Miguel Lo-A-Foe Date: Tue, 13 Feb 2024 22:41:42 +0100 Subject: [PATCH] enable write-all --- .github/workflows/cd.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ca5f866..23d8172 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,10 +7,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - permissions: - actions: "write" - contents: "read" - id-token: "write" + permissions: "write-all" steps: - name: Check out code