Skip to content

Commit 2c2243f

Browse files
authored
ci(docker): explicit content read permissions (#37)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9b51d52 commit 2c2243f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/ci-docker.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ env:
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: blinklabs/cardano-cli
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build-amd64:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)