From 5ca6c4a753905b966812abc2f1bdaeedeb5f909c Mon Sep 17 00:00:00 2001 From: Andrew <56427313+AndrewEhlo@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:47:32 +0500 Subject: [PATCH] Update trivy-test.yml --- .github/workflows/trivy-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-test.yml b/.github/workflows/trivy-test.yml index bbff1af..b41d6c2 100644 --- a/.github/workflows/trivy-test.yml +++ b/.github/workflows/trivy-test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 env: tag: '3.809.0-alpha.12863-dev-06cf1fbb' - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.REPO_TOKEN }} steps: - name: Run Trivy vulnerability scanner uses: aquasecurity/trivy-action@master