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 }}