Skip to content

Commit c195270

Browse files
authored
Update release canary workflow to v2.3.0
1 parent d262317 commit c195270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ jobs:
104104
release-canary:
105105
name: Canary
106106
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
107+
uses: primer/.github/.github/workflows/release_canary.yml@v2.3.0
108108
with:
109109
install: npm ci
110110
secrets:
111111
gh_token: ${{ secrets.GITHUB_TOKEN }}
112-
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}

0 commit comments

Comments
 (0)