Skip to content

ci: use github.token instead of secret #13

ci: use github.token instead of secret

ci: use github.token instead of secret #13

Workflow file for this run

name: Pre-release
on:
push:
branches: [main, ci-test]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
build:
uses: ./.github/workflows/build.yaml
pre-release:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/release-with-artifacts
with:
is-prerelease: true