From 54c9ffb2675240502ce9dc3f8fc5aa7d31c242e0 Mon Sep 17 00:00:00 2001 From: Ara Adkins Date: Fri, 5 Feb 2021 10:12:06 +0000 Subject: [PATCH] Update the docs CI token name --- .github/workflows/publish-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 34b51f5dc234..306706a52a5f 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -15,7 +15,7 @@ jobs: with: repository: "enso-org/enso-org.github.io" ref: "sources" - token: ${{ secrets.ENSO_PAT }} + token: ${{ secrets.ENSO_DOCS_CI_TOKEN }} - name: set identity email run: git config --global user.email "actions@github.com" - name: set identity name