From bb29c1f62395df8d5d82a9732a946eca52055410 Mon Sep 17 00:00:00 2001 From: Sanchari Date: Tue, 10 Dec 2024 14:29:37 +0100 Subject: [PATCH] Update rasa bot token name --- .github/workflows/release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 981110e4..35ba48ce 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -95,7 +95,7 @@ jobs: env: GITHUB_TAG: ${{ needs.release-artifacts-docker.outputs.tag_version }} GITHUB_REPO_SLUG: ${{ github.repository }} - GITHUB_TOKEN: ${{ secrets.RELEASE_GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.RASASDK_GITHUB_TOKEN }} run: | GITHUB_TAG=$GITHUB_TAG pip install -U github3.py pep440-version-utils