Skip to content

Commit 8d594d4

Browse files
committed
fix: missing env vars in release worklfow
(cherry picked from commit 8453ed4) (cherry picked from commit ed8db28)
1 parent f5da461 commit 8d594d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
runs-on: ubuntu-latest
7575
env:
7676
COMMIT_MSG: ${{ github.event.head_commit.message }}
77+
BOT_EMAIL: ${{ vars.BOT_EMAIL }}
78+
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
7779
steps:
7880
- name: Checkout
7981
uses: actions/checkout@v4

0 commit comments

Comments
 (0)