We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416fb55 commit 3705e24Copy full SHA for 3705e24
1 file changed
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ jobs:
13
installDependencies: true
14
packageManager: 'pnpm'
15
secrets:
16
- githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
+ githubToken: ${{ secrets.GITHUB_TOKEN }}
17
18
canary:
19
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
0 commit comments