Skip to content

Commit 8477e2b

Browse files
committed
fix(ci): fix release flow take 2
1 parent a6daee6 commit 8477e2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/shaggy-eagles-compete.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+
Fix release notes

.github/workflows/release-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040
with:
4141
fetch-depth: 2
42-
token: ${{ secrets.GITHUB_TOKEN }}
42+
token: ${{ secrets.BOT_GITHUB_TOKEN }}
4343

4444
- name: setup environment
4545
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)