Skip to content

Commit e6ffbf0

Browse files
authored
ci(docker): explicit content read permissions (#49)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 18df668 commit e6ffbf0

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: blinklabs/mithril-client
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
build-amd64:
1417
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)