Skip to content

Commit

Permalink
fix(ci): add permissions to publish to ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-fx committed Nov 16, 2023
1 parent 52d707d commit f0e7ad7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
# run only when code is compiling and tests are passing
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

# steps to perform in job
steps:
- name: Checkout code
Expand Down

0 comments on commit f0e7ad7

Please sign in to comment.