Skip to content

Commit

Permalink
fix: use env virables
Browse files Browse the repository at this point in the history
  • Loading branch information
bubkoo committed Nov 23, 2022
1 parent 32379b6 commit 0927d96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: 📦 Release
uses: wow-actions/release-github-action@v1
with:
GITHUB_TOKEN: ${{ env.bot_token }}
GIT_COMMITTER_NAME: ${{ env.bot_name }}
GIT_COMMITTER_EMAIL: ${{ env.bot_name }}@users.noreply.github.com
GITHUB_TOKEN: ${{ env.BOT_TOKEN }}
GIT_COMMITTER_NAME: ${{ env.BOT_NAME }}
GIT_COMMITTER_EMAIL: ${{ env.BOT_NAME }}@users.noreply.github.com
- name: 📦 Build
run: yarn build

0 comments on commit 0927d96

Please sign in to comment.