diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d7bdd3d..61be601 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -15,8 +15,11 @@ jobs: steps: - name: Release with release-please - uses: googleapis/release-please-action@v3 + uses: google-github-actions/release-please-action@v4 with: + # PAT with write access to the repository token: ${{ secrets.RELEASE_PLEASE_TOKEN }} + # optional. customize path to release-please-config.json config-file: release-please-config.json + # optional. customize path to .release-please-manifest.json manifest-file: .release-please-manifest.json