diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 95282ea..239cd4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,15 @@ jobs: id: appVersion - name: Prepare release - run: | + env: + # GH_USER= + GH_USER: ${{ secrets.GH_USER }} + # GH_TOKEN= + # - makes release commits and tags + # - needs repo:status, public_repo + # - referenced in .settings.xml + GH_TOKEN: ${{ secrets.GH_TOKEN }} + run: | # GITHUB_REF will be refs/tags/release-MAJOR.MINOR.PATCH build-bin/git/login_git && build-bin/helm/helm_prepare $(echo ${GITHUB_REF} | cut -d/ -f 3) ${{ steps.appVersion.outputs.tag }}