Skip to content

Commit ef50351

Browse files
Merge pull request #6717 from Shopify/test-oidc-fixes
test oidc auth by forcing empty credentials
2 parents 299cf56 + f0a718e commit ef50351

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
title: Version Packages - ${{ github.ref_name }}
106106
publish: pnpm release latest
107107
env:
108+
NODE_AUTH_TOKEN: ''
108109
NPM_TOKEN: ''
109110
NPM_CONFIG_PROVENANCE: true
110111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -133,5 +134,6 @@ jobs:
133134
env:
134135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
135136
NPM_TOKEN: ''
137+
NODE_AUTH_TOKEN: ''
136138
NPM_CONFIG_PROVENANCE: true
137139
SHOPIFY_CLI_BUILD_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)