Skip to content

Commit

Permalink
refactor(ci): set a custom GitHub token
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Oct 14, 2023
1 parent 56606e1 commit d33e2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
args: -v *.md website/docs/* website/blog/*
fail: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.LYCHEE_TOKEN }}

audit:
name: Audit check
Expand Down

0 comments on commit d33e2c7

Please sign in to comment.