Skip to content

chore(deps): update grpc requirement from >= 1.53, < 1.61 to >= 1.53,… #60

chore(deps): update grpc requirement from >= 1.53, < 1.61 to >= 1.53,…

chore(deps): update grpc requirement from >= 1.53, < 1.61 to >= 1.53,… #60

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate token
id: generate_token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.FLIPT_RELEASE_BOT_APP_ID }}
private_key: ${{ secrets.FLIPT_RELEASE_BOT_APP_PEM }}
installation_id: ${{ secrets.FLIPT_RELEASE_BOT_INSTALLATION_ID }}
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ steps.generate_token.outputs.token}}
command: manifest