Skip to content

Commit

Permalink
ci: fix release notary action
Browse files Browse the repository at this point in the history
explicitly define entrypoint and args
  • Loading branch information
aexvir committed Jan 20, 2024
1 parent ec00be4 commit 16c18d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
uses: docker://aevea/release-notary@sha256:b77e86ce9ce4b0c8774cdb3b807b756d1d6139d73aca74388560250de259be4e
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
entrypoint: release-notary
args: publish

- name: GitHub Package Registry
uses: aevea/action-kaniko@master
Expand Down

0 comments on commit 16c18d6

Please sign in to comment.