From e92b6b8fb26c0032e549b63fcb74391837c0bfed Mon Sep 17 00:00:00 2001 From: Stefen Allen <61593803+Hypertrophik@users.noreply.github.com> Date: Wed, 17 Apr 2024 13:27:59 -0600 Subject: [PATCH] Update update-main-source.yml --- .github/workflows/update-main-source.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-main-source.yml b/.github/workflows/update-main-source.yml index c337130e3..8faa34906 100644 --- a/.github/workflows/update-main-source.yml +++ b/.github/workflows/update-main-source.yml @@ -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