Skip to content

Commit

Permalink
Add token back to publishing binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Lombrozo <[email protected]>
  • Loading branch information
djeebus committed Jan 6, 2023
1 parent c8621a8 commit 48e36e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/on_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48e36e3

Please sign in to comment.