From 34f2b232c5c9d04eeae24d457c8fa8ab9c972606 Mon Sep 17 00:00:00 2001 From: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:17:09 +0000 Subject: [PATCH] chore(ci): update bump-trivy workflow (#546) --- .github/workflows/bump-trivy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-trivy.yaml b/.github/workflows/bump-trivy.yaml index 9d8aba5..92f7689 100644 --- a/.github/workflows/bump-trivy.yaml +++ b/.github/workflows/bump-trivy.yaml @@ -12,7 +12,7 @@ run-name: Bump trivy to v${{ inputs.trivy_version }} jobs: bump: - runs-on: ubuntu-latest + runs-on: ubuntu-2404-2core permissions: contents: read steps: @@ -50,7 +50,7 @@ jobs: id: create-pr uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5 with: - token: ${{ secrets.ORG_REPO_TOKEN }} + token: ${{ secrets.TRIVY_ACTION_DEPLOY_TOKEN }} title: "chore(deps): Update trivy to v${{ inputs.trivy_version }}" commit-message: "chore(deps): Update trivy to v${{ inputs.trivy_version }}" committer: github-actions[bot]