Skip to content

Commit 8ff9966

Browse files
author
Simon Ramzi
committed
[SC-48140] Corrected typo.
1 parent 1bb4f06 commit 8ff9966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-decision-spec-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
name: Publish Package to GitHub Packages
7979
env:
8080
NPM_REGISTRY: npm.pkg.github.com
81-
NPM_SECRET: ${{ secrets.GITHUB_T }}
81+
NPM_SECRET: ${{ secrets.GITHUB_TOKEN }}
8282
working-directory: ${{ env.WORKINGDIRECTORY_DECISION }}
8383
run: |
8484
echo "Publishing tag ${GITHUB_REF_NAME} to ${NPM_REGISTRY}."

0 commit comments

Comments
 (0)