From 842bdbf4d182d83c49a1e2192b818d84bd9fbdb5 Mon Sep 17 00:00:00 2001 From: Liam Bigelow <40188355+bglw@users.noreply.github.com> Date: Sun, 31 Aug 2025 21:00:24 +1200 Subject: [PATCH] Update dependabot secret --- .github/workflows/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index b25d4ef..74c1a0d 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -1,7 +1,6 @@ name: auto-merge -on: - pull_request_target +on: pull_request_target jobs: auto-merge: @@ -13,8 +12,8 @@ jobs: id: get_workflow_token uses: peter-murray/workflow-application-token-action@v2 with: - application_id: ${{ secrets.CC_OSS_BOT_ID }} - application_private_key: ${{ secrets.CC_OSS_BOT_PEM }} + application_id: ${{ secrets.PF_BOT_ID }} + application_private_key: ${{ secrets.PF_BOT_PEM }} - uses: fastify/github-action-merge-dependabot@v3.0.0 with: github-token: ${{ steps.get_workflow_token.outputs.token }}