Skip to content

chore(ci): Changing release-please token from GITHUB_TOKEN to CI_PAT … #10

chore(ci): Changing release-please token from GITHUB_TOKEN to CI_PAT …

chore(ci): Changing release-please token from GITHUB_TOKEN to CI_PAT … #10

name: Release Please
on:
push:
branches: [main]
permissions:
contents: write
pull-requests: write
jobs:
release-please:
runs-on: ubuntu-24.04
steps:
- uses: googleapis/[email protected]
with:
token: ${{ secrets.CI_PAT }}