Skip to content

build(deps): update dependency contentful to ^10.11.3 (#3426) #2028

build(deps): update dependency contentful to ^10.11.3 (#3426)

build(deps): update dependency contentful to ^10.11.3 (#3426) #2028

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 }}