Skip to content

Commit 282b452

Browse files
authored
ci: fix permissions in ci-docker workflow (#370)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent d641397 commit 282b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GHCR_IMAGE_NAME: ghcr.io/blinklabs-io/cardano-up
1010

1111
permissions:
12-
content: read
12+
contents: read
1313

1414
jobs:
1515
docker:

0 commit comments

Comments
 (0)