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.
2 parents 5f83e07 + 8678931 commit d2b7a39Copy full SHA for d2b7a39
.github/workflows/publish.yml
@@ -1,5 +1,8 @@
1
name: Publish
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
release:
8
types: [created]
.github/workflows/test.yml
@@ -3,6 +3,8 @@ name: Node CI
on: [push]
jobs:
build:
+ permissions:
runs-on: macos-latest
9
steps:
10
- uses: actions/checkout@v2
0 commit comments