Skip to content

[docs](doc): schedule reminder to update copyright year (#592) #561

[docs](doc): schedule reminder to update copyright year (#592)

[docs](doc): schedule reminder to update copyright year (#592) #561

name: release-please.yml – Automate releases with Conventional Commit Messages.
on:
push:
branches:
- main
permissions: readonly

Check failure on line 6 in .github/workflows/release-please.yml

View workflow run for this annotation

GitHub Actions / release-please.yml – Automate releases with Conventional Commit Messages.

Invalid workflow file

The workflow is not valid. .github/workflows/release-please.yml (Line: 6, Col: 14): Unexpected value 'readonly'
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
contents: write
pull-requests: write
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple