diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index 059a8372..8270f41d 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -95,7 +95,7 @@ jobs: - id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ vars.SKIM_RS_BOT_APP_ID }} + client-id: ${{ vars.SKIM_RS_BOT_CLIENT_ID }} private-key: ${{ secrets.SKIM_RS_BOT_PRIVATE_KEY }} permission-contents: write permission-pull-requests: write @@ -148,7 +148,7 @@ jobs: - id: app-token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3 with: - app-id: ${{ vars.SKIM_RS_BOT_APP_ID }} + client-id: ${{ vars.SKIM_RS_BOT_CLIENT_ID }} private-key: ${{ secrets.SKIM_RS_BOT_PRIVATE_KEY }} permission-contents: write - name: Tag the squash commit