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 900c5b3 + 0e4f74d commit 821cd7dCopy full SHA for 821cd7d
.github/workflows/docker-amd64.yml
@@ -48,6 +48,9 @@ concurrency:
48
group: ${{ github.workflow }}-${{ github.ref }}
49
cancel-in-progress: true
50
51
+permissions:
52
+ contents: read
53
+
54
jobs:
55
build-test-amd64-images:
56
name: Build and test amd64 Docker Images
.github/workflows/pre-commit.yml
@@ -8,6 +8,9 @@ on:
8
- master
9
workflow_dispatch:
10
11
12
13
14
15
run-hooks:
16
name: Run pre-commit hooks
0 commit comments