From 65754a5c322cf0f529cbad138219b64e4fcfe004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20T=C3=BCrken?= Date: Mon, 30 Sep 2024 19:22:58 +0300 Subject: [PATCH] Add github bot token to scan workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fatih Türken --- .github/workflows/scan.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 87f2dcb..0341cc7 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -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 }}