Skip to content

Commit f3eefdf

Browse files
ci(release): use vars instead of secrets for git user (#8662)
1 parent b9bea55 commit f3eefdf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
- name: Setup Git User
118118
if: ${{ github.event.inputs.publish_only != 'true' }}
119119
run: |
120-
git config user.email ${{ secrets.BOT_GIT_EMAIL }}
121-
git config user.name ${{ secrets.BOT_GIT_USERNAME }}
120+
git config user.email ${{ vars.BOT_GIT_EMAIL }}
121+
git config user.name ${{ vars.BOT_GIT_USERNAME }}
122122
123123
- name: version - Release
124124
if: ${{ github.event.inputs.publish_only != 'true' && github.event.inputs.snapshot == 'false' }}

0 commit comments

Comments
 (0)