We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a12a54 commit 526bb30Copy full SHA for 526bb30
1 file changed
.github/workflows/vuru-release.yml
@@ -67,6 +67,8 @@ jobs:
67
# Push changes to new branch
68
BRANCH="release/vuru-$VERSION"
69
cd vup
70
+ git config user.name "vup-bot"
71
+ git config user.email "vup-bot@users.noreply.github.com"
72
73
# Make workflow idempotent
74
git push origin --delete "$BRANCH" || true
@@ -83,4 +85,4 @@ jobs:
83
85
--head "$BRANCH" \
84
86
--base main
87
env:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
88
+ GH_TOKEN: ${{ secrets.BOT_ACCESS_TOKEN }}
0 commit comments