diff --git a/.github/workflows/cs-update-push.yml b/.github/workflows/cs-update-push.yml index d7b92f8..8982940 100644 --- a/.github/workflows/cs-update-push.yml +++ b/.github/workflows/cs-update-push.yml @@ -3,7 +3,7 @@ name: Update Repo Version Workflow on: workflow_call: secrets: - personal_access_token: + bot_build_repo_token: required: true jobs: @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 with: path: cs - token: ${{ secrets.personal_access_token }} #This is because we want to trigger a new build + token: ${{ secrets.bot_build_repo_token }} #This is because we want to trigger a new build - name: Checkout deploy-tools uses: actions/checkout@v4