Skip to content

Commit

Permalink
allow workflow to write packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes authored Jun 14, 2023
1 parent 132aafe commit 1491da2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
push:
branches: [ main ]

permissions:
contents: read
packages: write

jobs:
release:
name: Build and push image
Expand Down

0 comments on commit 1491da2

Please sign in to comment.