diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8920fa8a..6cb80559 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,17 +20,9 @@ permissions: jobs: release-please: - runs-on: ubuntu-latest - timeout-minutes: 10 - outputs: - release_created: ${{ steps.release.outputs.release_created }} - tag_name: ${{ steps.release.outputs.tag_name }} - steps: - - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 - id: release - with: - config-file: release-please-config.json - manifest-file: .release-please-manifest.json + uses: forkwright/.github/.github/workflows/release-please.yml@main + secrets: + RELEASE_PLEASE_TOKEN: ${{ secrets.RELEASE_PLEASE_TOKEN }} # WHY: SLSA provenance + signed SBOM for the release source archive at # release-creation time, per SUPPLY-CHAIN.md ยง Required per release. Binary