Skip to content

chore(deps): update lycheeverse/lychee-action action to v2.1.0 #131

chore(deps): update lycheeverse/lychee-action action to v2.1.0

chore(deps): update lycheeverse/lychee-action action to v2.1.0 #131

---
name: release-please
on:
workflow_dispatch:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0
id: app-token
with:
app-id: ${{ secrets.MY_RENOVATE_GITHUB_APP_ID }}
private-key: ${{ secrets.MY_RENOVATE_GITHUB_PRIVATE_KEY }}
- uses: googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4.1.3
with:
release-type: simple
token: ${{ steps.app-token.outputs.token }}