Skip to content

Commit

Permalink
ci: update secret for docs CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed May 1, 2024
1 parent 176977b commit caa1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Push
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GH_ACTION_TOKEN }}
branch: astro-docs
force: true
directory: docs/dist

0 comments on commit caa1595

Please sign in to comment.