Skip to content

Commit 1bb0cbc

Browse files
authored
Update BuildAndPublish.yml
1 parent 74a8076 commit 1bb0cbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/BuildAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: open-inc/github-action-npm-login@v1
2020
env:
2121
NPM_REGISTRY: ${{secrets.OPENINC_NPM_REGISTRY }}
22-
NPM_TOKEN: ${{secrets.OPENINC_NPM_TOKEN }}
22+
NPM_TOKEN: ${{ secrets.NPM_TOKEN_ORG_OPENINC }}
2323
- uses: pnpm/action-setup@v4
2424
with:
2525
version: 10

0 commit comments

Comments
 (0)