Update update-main-source.yml
parent
eb71d60456
commit
e92b6b8fb2
|
@ -8,7 +8,7 @@ on:
|
|||
jobs:
|
||||
update:
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
id-token: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -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:${{ steps.app-token.outputs.token }}@github.com/rancher/partner-charts
|
||||
git push origin main-source
|
||||
# git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/rancher/partner-charts
|
||||
|
|
Loading…
Reference in New Issue