Skip to content

Commit b3f9f7f

Browse files
committed
fix: missing permissions in dokcer-publish.yml
1 parent 04f3345 commit b3f9f7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
jobs:
1010
docker-build-publish:
11+
permissions:
12+
contents: read
1113
name: Build and Publish Docker Image
1214
runs-on: ubuntu-latest
1315

0 commit comments

Comments
 (0)