From 2b1959b84dbe028a48dd1af278740964ad3f659f Mon Sep 17 00:00:00 2001 From: Cat Chen Date: Mon, 22 Aug 2022 03:36:21 -0700 Subject: [PATCH] Granting more permissions to test Workflow (#79) * Granting more permissions to test Workflow * Test commit for #79 (026e4d36607216b38ce3d1b7510f44666c570b3c) by 191-1 (#85) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 13ab1574..73eee7b5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ jobs: name: Test if: ${{ !startsWith(github.head_ref, 'workflows/tests/') }} runs-on: ubuntu-latest + permissions: write-all steps: - uses: actions/checkout@v3