From dfcb3d2119a978fa7257e0c35b58443fcad5012f Mon Sep 17 00:00:00 2001 From: Wen Wei Tseng Date: Fri, 6 Dec 2024 15:21:04 +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 bf51de2..98ab5c3 100644 --- a/.github/workflows/update-manifest.yml +++ b/.github/workflows/update-manifest.yml @@ -36,11 +36,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