Skip to content

Commit 1583042

Browse files
authored
ci(docker): explicit read permissions (#297)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 7ad9a76 commit 1583042

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-docker.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
env:
99
GHCR_IMAGE_NAME: ghcr.io/blinklabs-io/cdnsd
1010

11+
permissions:
12+
content: read
13+
1114
jobs:
1215
docker:
1316
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)