about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCaleb Zulawski <caleb.zulawski@gmail.com>2020-12-28 23:48:18 -0500
committerCaleb Zulawski <caleb.zulawski@gmail.com>2020-12-28 23:48:18 -0500
commitd72927c85b1ae34e1115a19897d93b8dcf59e44d (patch)
treeeb8ba2b5ecc1ea2a2388742e20239090706e3138
parentc7d031cf3158576ce81313a6e582a79d74f51021 (diff)
downloadrust-d72927c85b1ae34e1115a19897d93b8dcf59e44d.tar.gz
rust-d72927c85b1ae34e1115a19897d93b8dcf59e44d.zip
Switch docs deploy to GITHUB_TOKEN
-rw-r--r--.github/workflows/doc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 4631bc65b38..9d1fa66ccb5 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -25,6 +25,6 @@ jobs:
       - name: Deploy Documentation
         uses: peaceiris/actions-gh-pages@v3
         with:
-          deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+          github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: gh-pages
           publish_dir: ./target/doc