Skip to content

Commit

Permalink
fix: build action no permission to push image
Browse files Browse the repository at this point in the history
  • Loading branch information
tithanayut committed Feb 2, 2025
1 parent 411b581 commit 4d66985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4d66985

Please sign in to comment.