Browse Source

chore: adjust deploy token (#38746)

pull/38762/head
二货爱吃白萝卜 2 years ago
committed by GitHub
parent
commit
eef96d75d5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/site-deploy.yml

4
.github/workflows/site-deploy.yml

@ -5,7 +5,7 @@ on:
create
permissions:
contents: read
contents: write
jobs:
setup:
@ -66,6 +66,6 @@ jobs:
- name: deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
force_orphan: true

Loading…
Cancel
Save