From 3fc8b5d1e2f907b716c296b353d40d5ea048609d Mon Sep 17 00:00:00 2001 From: David Murphy Date: Wed, 4 Dec 2024 14:23:25 -0700 Subject: [PATCH] Changes pushes to repo to not use ssh --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9e0daee..b4b3ff6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839 with: - ssh: true + ## ssh: true atomic: true branch: main repository: ${{ github.repository }} @@ -189,7 +189,7 @@ jobs: with: ref: main repository: ${{ github.repository }} - ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} + ## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} - name: Download Release Details uses: actions/download-artifact@v4 @@ -237,7 +237,7 @@ jobs: with: ref: main repository: ${{ github.repository }} - ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} + ## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} - name: Get vmtools-salt.sh on main branch sha256sum run: | @@ -248,7 +248,7 @@ jobs: with: ref: main repository: ${{ github.repository }} - ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} + ## ssh-key: ${{ secrets.SALT_VMTOOLS_RELEASE_KEY }} - name: Configure Git shell: bash @@ -275,7 +275,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839 with: - ssh: true + ## ssh: true atomic: true branch: main repository: ${{ github.repository }} @@ -289,7 +289,7 @@ jobs: - name: Push Changes uses: ad-m/github-push-action@b87afee92c6e70ea888be6203a3e9426fda49839 with: - ssh: true + ## ssh: true tags: true atomic: true branch: main