Skip to content

Commit f5deacc

Browse files
authored
ci(docker): explicit read permissions (#197)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9b1471b commit f5deacc

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
@@ -9,6 +9,9 @@ env:
99
REGISTRY: ghcr.io
1010
IMAGE_NAME: '${{ github.repository }}'
1111

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

0 commit comments

Comments
 (0)