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