Skip to content

Commit

Permalink
fix: publish permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
albertolerda committed Jan 17, 2024
1 parent 46b9f17 commit 9f7fd58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
pull_request:

permissions:
contents: read # for checkout
contents: read
packages: write

jobs:
build:
Expand Down Expand Up @@ -113,5 +114,5 @@ jobs:
publish_docker_image:
needs: semantic-release
if: github.ref == 'refs/heads/main'
uses: interfacerproject/workflows/.github/workflows/publish-ghcr.yml@main
uses: ForkbombEu/workflows/.github/workflows/publish-ghcr.yml@main
secrets: inherit

0 comments on commit 9f7fd58

Please sign in to comment.