Skip to content

Commit

Permalink
Try adding write permissions to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Oct 29, 2024
1 parent 27887b9 commit 4aff269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
runs-on: ubuntu-latest
needs: changes
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
permissions:
packages: write
strategy:
matrix:
include:
Expand Down

0 comments on commit 4aff269

Please sign in to comment.