From 7d867908cfd692e457015e2da6d69324de3db3c1 Mon Sep 17 00:00:00 2001 From: "Jose I. Paris" Date: Mon, 23 Mar 2026 19:36:23 +0100 Subject: [PATCH] add chainloop token to project update call Signed-off-by: Jose I. Paris --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a7a7e608..15f31313c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -237,6 +237,7 @@ jobs: - name: Promote Chainloop Project Version if: ${{ success() }} env: + CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }} CURRENT_VERSION: ${{ steps.project_version.outputs.current_version }} TARGET_VERSION: ${{ github.ref_name }} run: |