Skip to content

Commit

Permalink
Merge pull request #220 from turkenf/add-bot-token
Browse files Browse the repository at this point in the history
Add github bot token to scan workflow
  • Loading branch information
turkenf authored Sep 30, 2024
2 parents 5cbd370 + 1fecba8 commit f7a369c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
with:
fetch-depth: 0
token: ${{ secrets.UPBOUND_GITHUB_BOT_TOKEN }}

- name: Get Last Release
id: get-releases
Expand Down

0 comments on commit f7a369c

Please sign in to comment.