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 6a1035d + 7cfdb92 commit 6796232Copy full SHA for 6796232
.github/workflows/check-dist.yml
@@ -4,6 +4,8 @@
4
# For our project, we generate this file through a build process from other source files.
5
# We need to make sure the checked-in `index.js` actually matches what we expect it to be.
6
name: Check dist/
7
+permissions:
8
+ contents: read
9
10
on:
11
push:
.github/workflows/test.yml
@@ -1,4 +1,6 @@
1
name: "Test"
2
3
pull_request:
workflow_dispatch:
0 commit comments