Skip to content

ci: Allow PR lint workflow to run on forks (#136) #17

ci: Allow PR lint workflow to run on forks (#136)

ci: Allow PR lint workflow to run on forks (#136) #17

Workflow file for this run

name: Track releases
on:
push:
branches:
- main
permissions:
contents: read
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- name: Run release-please
uses: google-github-actions/release-please-action@db8f2c60ee802b3748b512940dde88eabd7b7e01 # v3.7.13
with:
command: manifest
token: ${{ secrets.RELEASE_TOKEN }}