Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Fix publish pipeline to have correct secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
mmokko committed Nov 16, 2023
1 parent fb4809c commit f0af27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@robocorp/native-certs",
"version": "0.1.0",
"version": "0.1.1",
"description": "",
"main": "index.node",
"module": "index.node",
Expand Down

0 comments on commit f0af27c

Please sign in to comment.