Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
pho3nixf1re authored Dec 18, 2023
1 parent f188f39 commit 9dba5f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
name: Setup dependencies
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
ssh-key: '${{ secrets.COMMIT_KEY }}'
token: ${{ secrets.PAT }}
- name: Configure git author
run: |
git config --unset http.https://github.com/.extraheader
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Setup Node.js
Expand Down

0 comments on commit 9dba5f8

Please sign in to comment.