Skip to content

Commit

Permalink
fix: update token
Browse files Browse the repository at this point in the history
  • Loading branch information
sidlatau committed Dec 23, 2024
1 parent 9d8c02f commit a82d573
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/contributing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ jobs:
name: Check codestyle
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v2
with:
token: ${{ secrets.WORKFLOW_ACCESS_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
args: --color always --check .

0 comments on commit a82d573

Please sign in to comment.