From 48e36e3fabc7a680f0ef14c30ed4483d459c4f0f Mon Sep 17 00:00:00 2001 From: Joe Lombrozo Date: Fri, 6 Jan 2023 15:21:15 -0500 Subject: [PATCH] Add token back to publishing binaries Signed-off-by: Joe Lombrozo --- .github/workflows/on_release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/on_release.yaml b/.github/workflows/on_release.yaml index a5a9391..0d1e97e 100644 --- a/.github/workflows/on_release.yaml +++ b/.github/workflows/on_release.yaml @@ -37,7 +37,8 @@ jobs: --push \ +release-binaries \ --version=${{ env.RELEASE_VERSION }} \ - --commitSHA=${{ env.SHORT_SHA }} + --commitSHA=${{ env.SHORT_SHA }} \ + --token ${{ secrets.GITHUB_TOKEN }} release-image: runs-on: ubuntu-22.04