We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739cd15 commit 1574c6aCopy full SHA for 1574c6a
3 files changed
.github/workflows/codeql-analysis.yml
@@ -23,6 +23,9 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
+ permissions:
27
+ contents: read
28
+ security-events: write
29
runs-on: ubuntu-latest
30
31
strategy:
.github/workflows/nodejs.yml
@@ -1,6 +1,8 @@
1
name: Node.js CI
2
permissions:
3
contents: read
4
+ checks: write
5
+ pull-requests: write
6
7
on:
8
push:
.github/workflows/npm-publish.yml
@@ -3,6 +3,10 @@ on:
release:
types: [created]
+permissions:
+ packages: write
9
+
10
11
build:
12
0 commit comments