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 d2607e8 + 45ddce3 commit 97681edCopy full SHA for 97681ed
.github/workflows/check-dist.yml
@@ -4,6 +4,9 @@
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
+ pull-requests: write
10
11
on:
12
push:
0 commit comments