Skip to content

Commit e29b12b

Browse files
committed
ci: scope down permissions for ci.yaml
1 parent 2aad24b commit e29b12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ env:
99
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
1010
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316

1417
buildAndTest:

0 commit comments

Comments
 (0)