Skip to content

Commit

Permalink
chore: pass the github token as input
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Jun 22, 2024
1 parent 3445f00 commit c059a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run cargo-upgrade
uses: meysam81/cargo-upgrade-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

trivy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c059a9b

Please sign in to comment.