Skip to content

Commit

Permalink
Add github bot token to scan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Sep 30, 2024
1 parent 55b7621 commit 65754a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
echo "We are going to scan the last ${supported_releases_number} releases for: ${images}"
scan:
uses: upbound/official-providers-ci/.github/workflows/scan.yml@standard-runners
uses: upbound/official-providers-ci/.github/workflows/scan.yml@main
needs:
- setup-vars
with:
images: ${{ needs.setup-vars.outputs.images }}
supported_releases: ${{ fromJSON(needs.setup-vars.outputs.supported_releases_number) }}
secrets:
TOKEN: ${{ secrets.UPBOUND_GITHUB_BOT_TOKEN }}

0 comments on commit 65754a5

Please sign in to comment.