We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4c7e1 commit 0a7832aCopy full SHA for 0a7832a
.github/workflows/publish-canary.yml
@@ -6,6 +6,9 @@ on:
6
- canary
7
- introduce-v2
8
9
+permissions:
10
+ contents: read
11
+
12
jobs:
13
publish-canary:
14
name: Publish Canary
.github/workflows/publish.yml
@@ -3,6 +3,9 @@ on:
3
release:
4
types:
5
- published
publish:
name: publish
.github/workflows/test.yml
@@ -4,6 +4,9 @@ on:
pull_request:
push:
branches: [main]
test-node:
name: Unit Tests
0 commit comments