From 9f7fd58b5a069ad7b56b15ac4eccaca7f2bd7ee8 Mon Sep 17 00:00:00 2001 From: Alberto Lerda Date: Wed, 17 Jan 2024 13:50:14 +0100 Subject: [PATCH] fix: publish permissions --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6c230c..2d77213 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,8 @@ on: pull_request: permissions: - contents: read # for checkout + contents: read + packages: write jobs: build: @@ -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