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 b3caa9d commit 9361294Copy full SHA for 9361294
.github/workflows/buildjs.yml
@@ -3,7 +3,10 @@
3
4
name: buildjs
5
permissions:
6
- contents: write # Grants write access to repository content
+ contents: write
7
+ issues: read
8
+ checks: write
9
+ pull-requests: write
10
on:
11
workflow_call:
12
inputs:
0 commit comments