Skip to content

Commit

Permalink
#39 fix: set permission for bot in docker public hub
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 3, 2024
1 parent fa70b5a commit 2715e01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-docker-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Docker image

on: [push]

permissions:
contents: read

env:
DOCKER_ID: ${{ secrets.DOCKER_ID }}
IMAGE_NAME: ${{ secrets.IMAGE_NAME }}
Expand Down

0 comments on commit 2715e01

Please sign in to comment.