Skip to content

Commit 526bb30

Browse files
committed
feat: add configs
1 parent 1a12a54 commit 526bb30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/vuru-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
# Push changes to new branch
6868
BRANCH="release/vuru-$VERSION"
6969
cd vup
70+
git config user.name "vup-bot"
71+
git config user.email "vup-bot@users.noreply.github.com"
7072
7173
# Make workflow idempotent
7274
git push origin --delete "$BRANCH" || true
@@ -83,4 +85,4 @@ jobs:
8385
--head "$BRANCH" \
8486
--base main
8587
env:
86-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88+
GH_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)