Skip to content

Commit

Permalink
feat: ✨ update ci need token
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Jan 3, 2024
1 parent 1db5114 commit c496f6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
permissions:
contents: write

env:
CROWDIN_PERSONAL_TOKEN: ${{ secrets.CROWDIN_BOT_TOKEN }}

jobs:
deploy:
name: Deploy to GitHub Pages
Expand Down Expand Up @@ -51,7 +54,7 @@ jobs:
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.ILLA_BOT_TOKEN }}
# Build output to publish to the `gh-pages` branch:
publish_dir: ./build
# The following lines assign commit authorship to the official
Expand Down

0 comments on commit c496f6a

Please sign in to comment.