Skip to content

Commit

Permalink
fix: CI publish permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Aug 4, 2024
1 parent 1cd93e1 commit 5e037df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
tests:
build_and_publish:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20
Expand Down

0 comments on commit 5e037df

Please sign in to comment.