Skip to content

Commit

Permalink
chore: use temporary release credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 19, 2024
1 parent 9bf348b commit bf1755a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
# ssh-key: ${{ secrets.BOT_AUTH_KEY }}
token: ${{ secrets.GH_BOT_TOKEN }}
ssh-key: ${{ secrets.BOT_AUTH_KEY }}
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
Expand All @@ -143,8 +142,8 @@ jobs:
- name: git config
shell: bash
run: |
git config user.name "nacho-bot"
git config user.email "[email protected]"
git config user.name "Hyperkid123"
git config user.email "${{ secrets.BOT_EMAIL }}"
- name: Set publish config
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit bf1755a

Please sign in to comment.