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
Next Next commit
Add GH user from secrets
  • Loading branch information
vasturiano committed Apr 4, 2023
commit 9c5e49a4a52cbffeb12ded6efb22c21971ec1d9f
4 changes: 2 additions & 2 deletions .github/workflows/pr-npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
node-version: 18
- name: Git config
run: |
git config --global user.email "team@radar.cloudflare.com"
git config --global user.name "Cloudflare Radar"
git config --global user.name "${{ secrets.GH_NAME }}"
git config --global user.email "${{ secrets.GH_EMAIL }}"
- name: Apply version bump (major)
if: contains(github.event.pull_request.labels.*.name, 'major')
run: npm version major
Expand Down