Update update-main-source.yml
parent
60c953ce75
commit
436919afdc
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
- name: Update main-source branch
|
- name: Update main-source branch
|
||||||
env:
|
env:
|
||||||
APP_TOKEN: ${{ steps.app-token.outputs.token }}
|
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
|
||||||
run: |
|
run: |
|
||||||
scripts/pull-ci-scripts
|
scripts/pull-ci-scripts
|
||||||
bin/partner-charts-ci auto
|
bin/partner-charts-ci auto
|
||||||
|
@ -43,5 +43,5 @@ jobs:
|
||||||
# exit if there are no changes
|
# exit if there are no changes
|
||||||
git diff --quiet origin/main-source main-source && exit 0
|
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 push origin main-source
|
||||||
|
# git remote set-url origin https://x-access-token:${APP_TOKEN}@github.com/rancher/partner-charts
|
||||||
|
|
Loading…
Reference in New Issue