From f0ffb41ba6a9a335944920c6cbc70dce2aa23144 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 30 Jul 2020 22:47:24 -0400 Subject: [PATCH] Use DEV_PUSH_TOKEN for github pages --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index c64d62e435..ab5cacce82 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -111,7 +111,7 @@ jobs: echo "Committing..." git commit -m "Deploy code docs to GitHub Pages for workflow run ${{ github.run_number }}" -m "Commit: ${{ github.event.head_commit.id }}" echo "Pushing..." - git push -f "https://${{ secrets.GITHUB_TOKEN }}@github.com/tgstation/tgstation-server" 2>&1 + git push -f "https://${{ secrets.DEV_PUSH_TOKEN }}@github.com/tgstation/tgstation-server" 2>&1 docker-build: name: Build Docker Image