Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
actions(release): add GITHUB_ACTIONS_NAME and `GITHUB_ACTIONS_EMAIL…
Browse files Browse the repository at this point in the history
…` env
  • Loading branch information
abdfnx committed Mar 19, 2022
1 parent e27a38c commit c9dbf43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
GITHUB_ACTIONS_NAME: "github-actions[bot]"
GITHUB_ACTIONS_EMAIL: "41898282+github-actions[bot]@users.noreply.github.com"

permissions: write-all

Expand Down

0 comments on commit c9dbf43

Please sign in to comment.