Update update-main-source.yml

pull/1012/head
Stefen Allen 2024-04-17 13:27:59 -06:00 committed by GitHub
parent eb71d60456
commit e92b6b8fb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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