We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42596f commit 8ef1768Copy full SHA for 8ef1768
.github/workflows/build.yml
@@ -4,6 +4,9 @@ on:
4
pull_request:
5
branches: [main]
6
7
+# No permissions are required for this workflow
8
+permissions: {}
9
+
10
env:
11
HUSKY_SKIP: true
12
.github/workflows/deploy.yml
push:
+permissions:
+ contents: write
0 commit comments