Skip to content

Commit

Permalink
try configuring pkgbot as user
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanformio committed Mar 20, 2024
1 parent cd1cc6b commit 7e07c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ jobs:
- name: Check out repository code ${{ github.repository }} on ${{ github.ref }}
uses: actions/checkout@v3

- name: Set up SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Configure Git user
run: |
git config --global user.email "[email protected]"
git config --global user.name "pkgbot"
- name: Add npm token to .npmrc
run: |
Expand Down

0 comments on commit 7e07c26

Please sign in to comment.