Skip to content

Commit

Permalink
Merge pull request #22 from approvers/refactor
Browse files Browse the repository at this point in the history
fix(ci): fix permissions
  • Loading branch information
raiga0310 authored Sep 9, 2023
2 parents 271c3ee + c8c4c3c commit 019708e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
needs: release-please
if: ${{ needs.release-please.outputs.release-created }}
permissions:
contents: write
contents: read
packages: write
uses: ./.github/workflows/docker-image.yml
with:
tag-name: ${{ needs.release-please.outputs.tag-name }}

0 comments on commit 019708e

Please sign in to comment.