Skip to content

Create real-goats-applaud.md #180

Create real-goats-applaud.md

Create real-goats-applaud.md #180

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/release_canary.yml@v1.0.0
with:
install: npm i
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}