Skip to content

ci: update token

ci: update token #12

Workflow file for this run

name: Release
on:
push:
branches:
- main
paths-ignore:
- '**/*.md'
- '**/*.yml'
- '!.github/workflows/release.yml'
jobs:
release-plz:
name: Release-plz
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.OXC_BOT_PAT }}
- uses: Boshen/setup-rust@main
- uses: MarcoIeni/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.OXC_BOT_PAT }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}