From 85c33f4dd69870ec0e556f8695ef0db3b13478c9 Mon Sep 17 00:00:00 2001 From: Pete Stenger Date: Fri, 4 Oct 2024 00:19:13 -0500 Subject: [PATCH] try plain git --- .github/workflows/deploy-sigpwny.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-sigpwny.yml b/.github/workflows/deploy-sigpwny.yml index ffa2a2cb..4c9e25b3 100644 --- a/.github/workflows/deploy-sigpwny.yml +++ b/.github/workflows/deploy-sigpwny.yml @@ -70,7 +70,10 @@ jobs: working-directory: ${{ env.CI_WORKING_DIR }} - name: Save scheduled discord pings if: github.ref_name == github.event.repository.default_branch + env: + WORKFLOW_PAT: ${{ secrets.WORKFLOW_PAT }} run: | + git remote set-url origin "https://$WORKFLOW_PAT@github.com/sigpwny/websites.git/" git config user.name github-actions git config user.email github-actions@github.com git add .github