Skip to content

Commit 078ab8b

Browse files
authored
Merge pull request #873 from viccuad/main
ci: Set read permissions for container-build workflow
2 parents f23b90f + 0244a67 commit 078ab8b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- "main"
1313
- "feat-**"
1414

15+
permissions:
16+
contents: read
17+
1518
jobs:
1619
build:
1720
uses: ./.github/workflows/container-image.yml

0 commit comments

Comments
 (0)