Skip to content

chore(deps): update vmetrics (#961) #33

chore(deps): update vmetrics (#961)

chore(deps): update vmetrics (#961) #33

name: Release Please
on:
workflow_dispatch: # For manual runs
release: # To update release PRs when one is merged
types: [published]
pull_request: # To handle the release label being removed
types: [unlabeled]
push: # Standard workflow
branches:
- main
permissions: {}
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
with:
app-id: ${{ secrets.PUSH_O_MATIC_APP_ID }}
private-key: ${{ secrets.PUSH_O_MATIC_APP_KEY }}
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
with:
token: ${{ steps.generate-token.outputs.token }}