diff --git a/.github/workflows/promote.yaml b/.github/workflows/promote.yaml index 0dca790c..f1883971 100644 --- a/.github/workflows/promote.yaml +++ b/.github/workflows/promote.yaml @@ -39,5 +39,5 @@ jobs: -e operator_image=quay.io/${{ github.repository }} \ -e chart_owner=${{ github.repository_owner }} \ -e tag=${{ github.event.release.tag_name }} \ - -e gh_token=${{ secrets.GITHUB_TOKEN }} + -e gh_token=${{ secrets.GITHUB_TOKEN }} \ -e gh_user=${{ github.actor }}