Skip to content

Commit

Permalink
fix: create release prs via bot
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 committed Jul 31, 2024
1 parent 348d800 commit 375a8bf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,15 @@ jobs:
# See https://github.com/3box/rust-builder
image: public.ecr.aws/r5b3e0r5/3box/rust-builder:latest
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_PAT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: git config
run: |
git config --global --add safe.directory '*'
git config user.email "[email protected]"
git config user.name "Github Automation"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "github-actions[bot]"
- name: Create release PR
run: make RELEASE_LEVEL=${{ github.event.inputs.level }} release-pr

0 comments on commit 375a8bf

Please sign in to comment.