Skip to content

ci: make workflows public-repo safe (#14) #2

ci: make workflows public-repo safe (#14)

ci: make workflows public-repo safe (#14) #2

Workflow file for this run

name: Release — release-please
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
release-please:
name: Release Please
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: node
config-file: release-please-config.json
manifest-file: .release-please-manifest.json
# Fall back to the built-in token when no PAT is configured.
token: ${{ secrets.RELEASE_TOKEN || secrets.GITHUB_TOKEN }}