Skip to content

Commit 276b315

Browse files
authored
ci: fix permissions in ci-docker workflow (#299)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent 40805b9 commit 276b315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
GHCR_IMAGE_NAME: ghcr.io/blinklabs-io/cdnsd
1010

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

1414
jobs:
1515
docker:

0 commit comments

Comments
 (0)