From bde1175328f1dcf78b35278805625326253c0be8 Mon Sep 17 00:00:00 2001 From: Josiah Siegel Date: Mon, 19 Feb 2024 14:38:24 -0500 Subject: [PATCH] upgrade test workflow permissions --- .github/workflows/test-action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 9eef49b..46cbf24 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -8,6 +8,7 @@ on: jobs: test-action: name: Test create PR on ${{ matrix.os }} + permissions: write-all runs-on: ${{ matrix.os }} strategy: matrix: