We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b9dec16 + 1f9d4ad commit 562717dCopy full SHA for 562717d
2 files changed
.github/workflows/assemble.yml
@@ -12,6 +12,9 @@ on:
12
push:
13
branches: [ master, stable-* ]
14
15
+permissions:
16
+ contents: read
17
+
18
jobs:
19
assemble:
20
runs-on: ubuntu-latest
.github/workflows/reuse.yml
@@ -11,6 +11,9 @@ name: REUSE Compliance Check
11
on: [pull_request]
reuse-compliance-check:
0 commit comments