Skip to content

Commit 0927d96

Browse files
committed
fix: use env virables
1 parent 32379b6 commit 0927d96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: 📦 Release
2626
uses: wow-actions/release-github-action@v1
2727
with:
28-
GITHUB_TOKEN: ${{ env.bot_token }}
29-
GIT_COMMITTER_NAME: ${{ env.bot_name }}
30-
GIT_COMMITTER_EMAIL: ${{ env.bot_name }}@users.noreply.github.com
28+
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
29+
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}
30+
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}@users.noreply.github.com
3131
- name: 📦 Build
3232
run: yarn build

0 commit comments

Comments
 (0)