From 067fc0e5d8b39467d931ce0db49765e808c0894d Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Fri, 6 Dec 2024 15:19:06 +0800 Subject: [PATCH] actions/create-github-app-token --- .github/workflows/update-manifest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-manifest.yml b/.github/workflows/update-manifest.yml index 32d69c7..ac86f36 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -37,11 +37,11 @@ jobs: # Authenticate with a custom GitHub APP # https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens - name: Generate token for PR - uses: tibdex/github-app-token@v2 + uses: actions/create-github-app-token@v1 id: generate-token with: - app_id: ${{ env.APP_ID }} - private_key: ${{ secrets.APP_PRIVATE_KEY }} + app-id: ${{ env.APP_ID }} + private-key: ${{ secrets.APP_PRIVATE_KEY }} - name: Create Pull Request id: cpr uses: peter-evans/create-pull-request@v7