From b9d3992f13d4499989a7399569ad61b8463ea4cf Mon Sep 17 00:00:00 2001 From: jguer Date: Fri, 29 Jan 2021 22:48:05 +0100 Subject: [PATCH] chore(yay): update release notary --- .github/workflows/multiarch-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/multiarch-build.yml b/.github/workflows/multiarch-build.yml index b7df31fd..08af16bd 100644 --- a/.github/workflows/multiarch-build.yml +++ b/.github/workflows/multiarch-build.yml @@ -128,4 +128,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Release Notary Action - uses: commitsar-app/release-notary@v0.8.0 + uses: commitsar-app/release-notary@v0.9.1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}