diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 7d619a68..1b6e5681 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,24 +1,17 @@ +--- +name: Release Please on: push: branches: - main + workflow_dispatch: permissions: - contents: write - pull-requests: write - -name: release-please - + contents: read jobs: - release-please: - runs-on: ubuntu-latest - steps: - - uses: googleapis/release-please-action@v4 - with: - # this assumes that you have created a personal access token - # (PAT) and configured it as a GitHub action secret named - # `RELEASE_PLEASE_TOKEN` (this secret name is not important). - token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - # this is a built-in strategy in release-please, see "Action Inputs" - # for more options - release-type: simple + trigger: + uses: statnett/github-workflows/.github/workflows/release-please.yaml@main + secrets: inherit + permissions: + contents: write + pull-requests: write