Skip to content

Commit 549ca54

Browse files
authored
fix(ci): use guild bot token for tag and releases (#6784)
1 parent be7824c commit 549ca54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-carpets-know.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'hive': patch
3+
---
4+
5+
Minor bump to address release issues in v7.0.0

.github/workflows/release-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
commit: 'chore(release): update monorepo packages versions'
6767
title: 'Upcoming Release Changes'
6868
env:
69-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69+
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
7070

7171
- name: extract published cli version
7272
if:

0 commit comments

Comments
 (0)