We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d262317 commit c195270Copy full SHA for c195270
.github/workflows/release.yml
@@ -104,9 +104,8 @@ jobs:
104
release-canary:
105
name: Canary
106
if: ${{ github.repository == 'primer/css' && github.ref_name != 'main' && github.ref_name != 'changeset-release/main' }}
107
- uses: primer/.github/.github/workflows/release_canary.yml@v2.2.1
+ uses: primer/.github/.github/workflows/release_canary.yml@v2.3.0
108
with:
109
install: npm ci
110
secrets:
111
gh_token: ${{ secrets.GITHUB_TOKEN }}
112
- npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
0 commit comments