From a869278a734f7c2326f2690c07b505f562264b62 Mon Sep 17 00:00:00 2001 From: vishalops87 Date: Thu, 15 Aug 2024 03:28:26 +0530 Subject: [PATCH] update --- .github/workflows/maven-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-build.yml b/.github/workflows/maven-build.yml index 831beadab..4758ac534 100644 --- a/.github/workflows/maven-build.yml +++ b/.github/workflows/maven-build.yml @@ -19,7 +19,7 @@ jobs: - uses: CemitDigital/trivy-report-issue-action@v1.1 with: # Token passed by GitHub actions, required for access to GitHub issues - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TOKEN }} # File with scan results input-filename: "result.json"