Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 13, 2024
1 parent 82afb53 commit 6a04298
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Set up git for pushing with PAT
env:
GH_PAT: ${{ secrets.GH_PAT_TRANSLOADIT_BOT_KICK_PRS }}
run: |
git remote set-url origin https://x-access-token:${GH_PAT}@github.com/${{ github.repository }}
git config --global user.name "transloadit-bot"
git config --global user.email "[email protected]"
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 6a04298

Please sign in to comment.