1
1
mirror of https://github.com/primer/css.git synced 2024-10-04 04:17:21 +03:00
css/.github/workflows/release_canary.yml

27 lines
635 B
YAML
Raw Permalink Normal View History

2021-04-05 07:35:00 +03:00
name: Release
2021-03-26 23:26:40 +03:00
on:
2021-03-26 23:29:47 +03:00
push:
2021-03-26 23:26:40 +03:00
branches-ignore:
- 'main'
- 'changeset-release/**'
2021-03-27 02:05:04 +03:00
# Don't release canary when these paths change
# It's not necessary because we don't ship them and it creates noise
2021-03-27 01:59:23 +03:00
paths-ignore:
2021-03-27 02:01:29 +03:00
- '.changeset/**'
2021-03-27 02:05:04 +03:00
- 'docs/**'
- 'lib/**'
2021-03-30 08:10:17 +03:00
- '__tests__/**'
2021-03-27 02:05:04 +03:00
- 'script/**'
2021-03-29 22:07:44 +03:00
- 'next.config.js'
- 'now.json'
2021-03-26 23:26:40 +03:00
jobs:
release-canary:
2021-04-05 07:35:00 +03:00
name: Canary
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.1
with:
install: npm ci
secrets:
2021-12-14 21:15:53 +03:00
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}