Skip to content

Commit

Permalink
chore(ci): Make Kev the committer on release lockfile updates (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Feb 14, 2023
1 parent 9c62fef commit 0108ac6
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 @@ -36,6 +36,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ fromJSON(needs.release-please.outputs.release-pr).headBranchName }}
token: ${{ secrets.NOIR_RELEASES_TOKEN }}

- name: Setup toolchain
uses: dtolnay/[email protected]
Expand All @@ -46,8 +47,8 @@ jobs:
- name: Configure git
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git config user.name kevaundray
git config user.email kevtheappdev@gmail.com
- name: Commit updates
run: |
Expand Down

0 comments on commit 0108ac6

Please sign in to comment.