Skip to content

Commit 31a3743

Browse files
committed
fix: added missing env variables to the chart-release job
(cherry picked from commit effe1a9) (cherry picked from commit 696da30)
1 parent 8d594d4 commit 31a3743

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
container:
120120
image: linode/apl-tools:v2.4.0
121121
options: --user 0
122+
env:
123+
COMMIT_MSG: ${{ github.event.head_commit.message }}
124+
BOT_EMAIL: ${{ vars.BOT_EMAIL }}
125+
BOT_USERNAME: ${{ vars.BOT_USERNAME }}
122126
steps:
123127
- name: Checkout
124128
uses: actions/checkout@v4

0 commit comments

Comments
 (0)