We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae276a7 + c9353be commit 0733495Copy full SHA for 0733495
4 files changed
.github/workflows/build.yml
@@ -7,6 +7,9 @@ on:
7
workflow_dispatch:
8
pull_request:
9
10
+permissions:
11
+ contents: read
12
+
13
jobs:
14
build:
15
runs-on: ubuntu-latest
.github/workflows/docker-build.yml
@@ -7,6 +7,10 @@ on:
+ packages: write
docker-build:
16
.github/workflows/lint.yml
lint:
.github/workflows/tests.yml
test:
0 commit comments