Update update-main-source.yml

pull/1012/head
Stefen Allen 2024-04-17 11:54:28 -06:00 committed by Adam Pickering
parent 60c953ce75
commit 436919afdc
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Update main-source branch
env:
APP_TOKEN: ${{ steps.app-token.outputs.token }}
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
run: |
scripts/pull-ci-scripts
bin/partner-charts-ci auto
@ -43,5 +43,5 @@ jobs:
# exit if there are no changes
git diff --quiet origin/main-source main-source && exit 0
git remote set-url origin https://x-access-token:${APP_TOKEN}@github.com/rancher/partner-charts
git push origin main-source
# git remote set-url origin https://x-access-token:${APP_TOKEN}@github.com/rancher/partner-charts