Skip to content

Merge branch 'main' into better_form_path_detection #4508

Merge branch 'main' into better_form_path_detection

Merge branch 'main' into better_form_path_detection #4508

Workflow file for this run

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