diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4806a5a82..20e4324bd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -172,6 +172,7 @@ jobs: - name: Promote Chainloop Project Version env: CHAINLOOP_PROJECT_NAME: "chainloop" + CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }} run: | current_version="$(cat .chainloop.yml | awk '/^projectVersion:/ {print $2}')" # Rename the existing pre-release into the actual release name