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}}