Skip to content

Commit b130bc2

Browse files
authored
Use GITHUB_TOKEN instead of BOT_TOKEN
1 parent 53d4189 commit b130bc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
contents: write
1111
id-token: write
1212
packages: write
13+
issues: write
1314
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
1415
with:
1516
createGithubReleases: true
1617
releaseScript: release
1718
nodeVersion: 18
1819
secrets:
19-
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
20+
githubToken: ${{ secrets.GITHUB_TOKEN }}
2021
npmToken: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)