Skip to content

Commit 1a83b3e

Browse files
committed
#39 fix: set permission for bot in docker public hub
1 parent 2715e01 commit 1a83b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-docker-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Docker image
33
on: [push]
44

55
permissions:
6-
contents: read
6+
contents: write
77

88
env:
99
DOCKER_ID: ${{ secrets.DOCKER_ID }}

0 commit comments

Comments
 (0)