We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44830a8 commit 1e2232bCopy full SHA for 1e2232b
.github/workflows/on-pr-changes-requested-check.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
permissions:
12
contents: read
13
- actions: read
+ actions: write
14
steps:
15
- name: Create pr_number.txt
16
run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
0 commit comments