From 4781b5c10c1f11a0b3ee173b0e6a5e370bd387de Mon Sep 17 00:00:00 2001 From: Benjamin Krein Date: Mon, 30 Sep 2024 20:41:23 -0400 Subject: [PATCH] revert back to correct permissions --- .github/workflows/autobuild.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index bf0b1325f..b0fd4311f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -86,9 +86,9 @@ jobs: needs: tagged-release runs-on: ubuntu-latest - permissions: write-all - #contents: write # for commenting on your commit - #pull-requests: write # for commenting on your pr + permissions: + contents: write # for commenting on your commit + pull-requests: write # for commenting on your pr steps: - uses: beni69/artifact-link@v1 with: