Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ci npm publish - Rename GH secrets #6

Merged
merged 6 commits into from
Apr 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update secret name
  • Loading branch information
vasturiano committed Apr 4, 2023
commit f49e341b5ce096ac2ff363ef910d0c463582f199
2 changes: 1 addition & 1 deletion .github/workflows/pr-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
node-version: 18
- name: Git config
run: |
git config --global user.name "${{ secrets.GH_NAME }}"
git config --global user.name "${{ secrets.GH_USERNAME }}"
git config --global user.email "${{ secrets.GH_EMAIL }}"
- name: Apply version bump (major)
if: contains(github.event.pull_request.labels.*.name, 'major')
Expand Down