Skip to content

Commit

Permalink
Add github token to more steps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzejressel committed Jul 7, 2024
1 parent 0050e24 commit be86535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleancache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- run: gh cache delete --all -R $GITHUB_REPOSITORY
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
version: "25.3"
repo-token: ${{ github.token }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install required cargo
run: |
cargo install clippy-sarif || clippy-sarif --version
Expand Down

0 comments on commit be86535

Please sign in to comment.