Skip to content

Commit 1583cdf

Browse files
authored
ci: fix permissions in ci-docker workflow (#198)
Signed-off-by: Aurora Gaffney <[email protected]>
1 parent f5deacc commit 1583cdf

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
@@ -10,7 +10,7 @@ env:
1010
IMAGE_NAME: '${{ github.repository }}'
1111

1212
permissions:
13-
content: read
13+
contents: read
1414

1515
jobs:
1616
docker:

0 commit comments

Comments
 (0)