From 0e8f1a88ac8f03063a254ca1eabfce7d8f19f299 Mon Sep 17 00:00:00 2001 From: meisZWFLZ Date: Sun, 26 Nov 2023 11:57:47 -0700 Subject: [PATCH] Give it all the perms --- .github/workflows/publish.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7aed53c..479c6b1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,11 +6,8 @@ on: jobs: release_and_publish: runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - issues: read - + permissions: write-all + steps: - name: Checkout code uses: actions/checkout@v4