Skip to content

Commit

Permalink
fix: update release process to allow the bot to do releases (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 24, 2024
1 parent b2cf95b commit 3f7c839
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.BOT_ACCESS_TOKEN }}

- name: Setup Git
run: |
git config user.name "uiprotectbot"
git config user.email "[email protected]"
# Do a dry run of PSR
- name: Test release
Expand Down

0 comments on commit 3f7c839

Please sign in to comment.