From adbf7993401710f71ffd97277fd156bb46ddc5ed Mon Sep 17 00:00:00 2001 From: jonpas Date: Sat, 23 Nov 2019 12:37:26 +0100 Subject: [PATCH] Use @ace3mod for documentation updates (#7281) --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 5022af32f4..b0263abf8c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -20,5 +20,5 @@ jobs: - name: Deploy if: github.repository == 'acemod/ACE3' && ! contains(github.event.head_commit.message, '[ci skip]') env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.DOCS_TOKEN }} run: python3 tools/deploy.py