Merge branch 'main' into toggle_switch_a11y_take4 #14986
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Canary Release | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'next-major' | |
- 'changeset-release/**' | |
jobs: | |
release: | |
concurrency: npm-canary | |
uses: primer/.github/.github/workflows/release_canary.yml@main | |
secrets: | |
gh_token: ${{ secrets.GITHUB_TOKEN }} | |
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }} |