Skip to content

Use GITHUB_TOKEN instead of BOT_TOKEN #301

Use GITHUB_TOKEN instead of BOT_TOKEN

Use GITHUB_TOKEN instead of BOT_TOKEN #301

Workflow file for this run

name: release
on:
push:
branches:
- master
jobs:
stable:
permissions:
contents: write
id-token: write
packages: write
issues: write
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
createGithubReleases: true
releaseScript: release
nodeVersion: 18
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}