From 84fa6e8d313bff004849c7c336fa31d2bc6fa470 Mon Sep 17 00:00:00 2001 From: Daniel Wong Date: Fri, 3 Jan 2025 18:25:44 +0100 Subject: [PATCH] ... --- .github/workflows/governance_pull_request_template.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/governance_pull_request_template.yml b/.github/workflows/governance_pull_request_template.yml index 2e0ee8602c6..9f27c022592 100644 --- a/.github/workflows/governance_pull_request_template.yml +++ b/.github/workflows/governance_pull_request_template.yml @@ -16,18 +16,11 @@ jobs: main: runs-on: ubuntu-latest steps: - - name: Create GitHub App Token - uses: actions/create-github-app-token@v1 - id: app-token - with: - app-id: ${{ vars.PR_AUTOMATION_BOT_PUBLIC_APP_ID }} - private-key: ${{ secrets.PR_AUTOMATION_BOT_PUBLIC_PRIVATE_KEY }} - - name: Main Step uses: actions/github-script@v6 id: main with: - github-token: ${{ steps.app-token.outputs.token }} + github-token: ${{ secrets.GITHUB_TOKEN }} result-encoding: string retries: 3 script: |