Skip to content

Commit f639d6d

Browse files
committed
ci: ♻️ Add explicit GitHub Actions permissions for Docker build job
1 parent 6421a0b commit f639d6d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
name: Docker Build and Push
4747
needs: [build, test]
4848
runs-on: ubuntu-latest
49+
permissions:
50+
contents: read
51+
packages: write
4952
steps:
5053
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5154
with:

0 commit comments

Comments
 (0)