Skip to content

Merge branch 'main' of github.com:primer/stylelint-config into mp/pri… #212

Merge branch 'main' of github.com:primer/stylelint-config into mp/pri…

Merge branch 'main' of github.com:primer/stylelint-config into mp/pri… #212

Workflow file for this run

name: Release
on:
push:
branches-ignore:
- 'main'
- 'changeset-release/**'
- 'dependabot/**'
jobs:
release-canary:
name: npm
if: ${{ github.repository == 'primer/stylelint-config' }}
uses: primer/.github/.github/workflows/[email protected]
with:
install: npm i
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}