Skip to content

Commit

Permalink
#1 Bad copypasta lead to incorrect secret name.
Browse files Browse the repository at this point in the history
  • Loading branch information
stazz committed Sep 3, 2023
1 parent 8be563c commit 775cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
fi
}
secrets:
npm-publish-token: ${{ secrets.NPM_PUBLISH_TOKEN_PACKAGING }}
npm-publish-token: ${{ secrets.NPM_PUBLISH_TOKEN }}

0 comments on commit 775cefd

Please sign in to comment.