aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/man.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/man.yml')
-rw-r--r--.github/workflows/man.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml
index fde8c36..c617c12 100644
--- a/.github/workflows/man.yml
+++ b/.github/workflows/man.yml
@@ -24,7 +24,7 @@ jobs:
- name: Upload
env:
- DEPLOY_TOKEN: ${{ secrets.GITHUB_DEPLOY_TOKEN }}
+ DEPLOY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git clone --depth=1 --single-branch --branch gh-pages "https://x-access-token:${DEPLOY_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" /tmp/gh-pages
git config --global user.name "${GITHUB_ACTOR}"