Skip to content

Commit

Permalink
fix: github token
Browse files Browse the repository at this point in the history
  • Loading branch information
edfloreshz authored Sep 7, 2024
1 parent 584d4b0 commit 5b4f05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: rust-clippy-check
uses: actions-rs/clippy-check@v1.0.7
with:
token: $GITHUB_TOKEN
token: ${{ secrets.GITHUB_TOKEN }}
toolchain: stable
name: clippy
- name: rust-rustfmt-check
uses: mbrobbel/rustfmt-check@0.14.0
with:
token: $GITHUB_TOKEN
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "chore: format"

0 comments on commit 5b4f05b

Please sign in to comment.