We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27887b9 commit 4aff269Copy full SHA for 4aff269
.github/workflows/build-push-artifacts.yml
@@ -36,6 +36,8 @@ jobs:
36
runs-on: ubuntu-latest
37
needs: changes
38
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
39
+ permissions:
40
+ packages: write
41
strategy:
42
matrix:
43
include:
0 commit comments