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 09e86f6 commit cbf8b93Copy full SHA for cbf8b93
.github/workflows/release-stable.yaml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/checkout@v4
37
with:
38
fetch-depth: 2
39
- token: ${{ secrets.GUILD_BOT_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
40
41
- name: setup environment
42
uses: ./.github/actions/setup
@@ -63,7 +63,7 @@ jobs:
63
commit: 'chore(release): update monorepo packages versions'
64
title: 'Upcoming Release Changes'
65
env:
66
- GITHUB_TOKEN: ${{ secrets.GUILD_BOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67
68
- name: extract published cli version
69
if:
0 commit comments