mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-21 15:51:06 +07:00
Add token for automatic commits during build process
This commit is contained in:
parent
02f3d48924
commit
0bcaa2ffd2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
||||
npm i
|
||||
|
||||
- name: Commit Build Artifacts
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
git config --global user.email "actions@github.com"
|
||||
git config --global user.name "GitHub Actions"
|
||||
|
Loading…
Reference in New Issue
Block a user