We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b57ece commit 69b3bd7Copy full SHA for 69b3bd7
3 files changed
.github/workflows/deploy.yml
@@ -3,6 +3,9 @@ on:
3
push:
4
branches: [ main ]
5
6
+permissions:
7
+ contents: write
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
.github/workflows/github-ci.yml
@@ -6,6 +6,9 @@ on:
pull_request:
+# No permissions are required for this workflow
+permissions: {}
12
13
test:
14
name: General checks, tests and build
.github/workflows/reuse-compliance.yml
compliance-check:
name: Compliance Check
0 commit comments