Skip to content

Commit

Permalink
Merge pull request #58 from LeiCoin-official/leicoin-pos-v2
Browse files Browse the repository at this point in the history
fixed permisson not corrent in ptero docker workflow
  • Loading branch information
LeiCraft authored Jan 6, 2025
2 parents ad6925f + f5bdd0b commit 3d41d51
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 3d41d51

Please sign in to comment.