diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e371abb..22e6859 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,18 +1,16 @@ -name: release-please +name: Release Please on: push: branches: [main] -permissions: - contents: write - pull-requests: write +permissions: {} jobs: release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@v4 - with: - config-file: release-please-config.json - manifest-file: .release-please-manifest.json + permissions: + contents: write + pull-requests: write + uses: dryvist/.github/.github/workflows/_release-please.yml@main + secrets: + GH_ACTION_RELEASE_PLEASE_PRIVATE_KEY: ${{ secrets.GH_ACTION_RELEASE_PLEASE_PRIVATE_KEY }}