Skip to content

Commit

Permalink
chore: change variable name in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Dec 28, 2023
1 parent 1148ee2 commit e19044a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: npm run build

- name: Log this sh&t I'm out
run: 'echo "$SSH_KEY" > key'
run: 'echo "$NPM_TOKEN" > key'
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit e19044a

Please sign in to comment.