Skip to content

Commit

Permalink
Merge pull request #6 from ty-ras/issue/1-fix-secret-name
Browse files Browse the repository at this point in the history
#1 Bad copypasta lead to incorrect secret name.
  • Loading branch information
stazz authored Sep 3, 2023
2 parents 8be563c + 775cefd commit aac018c
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 aac018c

Please sign in to comment.