From e161292ce2b4dbea79935e5f504ce8adadf1268a Mon Sep 17 00:00:00 2001 From: Alex Viscreanu Date: Sat, 20 Jan 2024 11:17:50 +0100 Subject: [PATCH] ci: add missing entrypoint to release notary action --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6f52fa..2aae0bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,8 @@ jobs: - name: Release Notary Action uses: docker://aevea/release-notary@sha256:b77e86ce9ce4b0c8774cdb3b807b756d1d6139d73aca74388560250de259be4e + with: + entrypoint: release-notary env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}