Skip to content

Commit bf3812f

Browse files
Update Name
Update environment name to attempt to fix an auth issue with NPM JS where the token was not accepted. Signed-off-by: Elliot Huffman <[email protected]>
1 parent 652e9f3 commit bf3812f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/NPM-Publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
contents: none
142142
id-token: write
143143

144-
# The deploy step runs in the Azure environment context
145-
environment: NPM - OIDC
144+
# The deploy step runs in the NPM OIDC authorized context
145+
environment: NPM-OIDC
146146

147147
# Set of commands to run for the build job
148148
steps:

0 commit comments

Comments
 (0)