Skip to content

Commit 4aff269

Browse files
committed
Try adding write permissions to workflow
1 parent 27887b9 commit 4aff269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-push-artifacts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
runs-on: ubuntu-latest
3737
needs: changes
3838
# if: ${{ needs.changes.outputs.images == 'true' || github.ref_type == 'tag' }}
39+
permissions:
40+
packages: write
3941
strategy:
4042
matrix:
4143
include:

0 commit comments

Comments
 (0)