From 5704d3ff7383ac3ab932b7cb6dfbe324c3a95d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 05:15:40 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/add-issue-to-project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-issue-to-project.yaml b/.github/workflows/add-issue-to-project.yaml index f29f2bc..c2a935b 100755 --- a/.github/workflows/add-issue-to-project.yaml +++ b/.github/workflows/add-issue-to-project.yaml @@ -14,7 +14,7 @@ jobs: # Generate token for GitHub app - name: Generate token id: generate-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 with: app-id: 1008511 private-key: ${{ secrets.CG_ISSUE_PROCESSOR_TOKEN }}