Skip to content

Commit 2c0dd60

Browse files
Fix Publish Bug
Referenced environment was non-existent. Update to new environment name.
1 parent 950ca40 commit 2c0dd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/GenerateSdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
# Publish the package to NPM
30-
environment: NPM
30+
environment: NPM-OIDC
3131

3232
# Allow single failures for SDK publish, e.g. SDG fail due to not getting an update but SHIELD goes through
3333
continue-on-error: true

0 commit comments

Comments
 (0)