Skip to content

build(deps): update dependency contentful to ^10.11.11 (#3472) #2074

build(deps): update dependency contentful to ^10.11.11 (#3472)

build(deps): update dependency contentful to ^10.11.11 (#3472) #2074

name: release-please
on:
push:
branches: [main]
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- id: generate_token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.RELEASE_PLEASE_APP_ID }}
private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.generate_token.outputs.token }}