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: