Skip to content

Release

Release #190

Workflow file for this run

name: Release
on: [workflow_dispatch]
jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/stylelint-config' }}
uses: primer/.github/.github/workflows/release_canary.yml@v1.0.0
with:
install: npm i
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}