Skip to content

Commit

Permalink
fixed permisson not corrent in ptero docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiCraft committed Jan 6, 2025
1 parent 5d81ab7 commit f5bdd0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-publish-ptero.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:

publish:
runs-on: ubuntu-latest


permissions:
contents: read
packages: write

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit f5bdd0b

Please sign in to comment.