From a94a319e71a9891f328c1b4f4758cbb64161fb04 Mon Sep 17 00:00:00 2001 From: Arpita Patel Date: Wed, 29 May 2024 15:42:42 -0500 Subject: [PATCH] Update ci_pipeline.yml --- .github/workflows/ci_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index 3b5e647..e05ee44 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -59,7 +59,7 @@ jobs: uses: actions/create-release@v1 id: create_release env: - GITHUB_TOKEN: ${{ secrets.SECRET_TO_PUSH_TO_CIROH_GITHUB_IO }} + GITHUB_TOKEN: ${{ secrets.SECRET_TO_PUSH_TO_CIROH_GITHUB_IO_2024 }} with: tag_name: v${{steps.version.outputs.VERSION}} release_name: Release v${{steps.version.outputs.VERSION}}