diff options
-rw-r--r-- | .github/workflows/bun-release.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/bun-release.yml b/.github/workflows/bun-release.yml index 0a84b0d44..993fe2d79 100644 --- a/.github/workflows/bun-release.yml +++ b/.github/workflows/bun-release.yml @@ -100,6 +100,7 @@ jobs: uses: actions/checkout@v3 with: repository: oven-sh/homebrew-bun + token: ${{ secrets.ROBOBUN_TOKEN }} - id: environment name: Setup Environment run: | @@ -120,3 +121,6 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Release ${{ env.TAG }} + commit_user_name: robobun + commit_user_email: robobun@oven.sh + commit_author: robobun <robobun@oven.sh> |