Skip to content

Commit c7f4943

Browse files
committed
add permissions for continue-on-error
1 parent 6e5a3c8 commit c7f4943

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
name: ${{ matrix.try-scenario }} - Allowed to fail
9494
runs-on: ubuntu-latest
9595
needs: 'test'
96+
permissions:
97+
pull-requests: write
9698

9799
strategy:
98100
fail-fast: false

0 commit comments

Comments
 (0)