diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 417ebbd..be1f670 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,9 +16,9 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID }} + client-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID }} private-key: ${{ secrets.JPREPROCESS_RELEASE_APP_KEY }} # Limit token permissions to only what's needed for release-please permission-contents: write # Needed for creating releases, tags, and updating manifest/config files