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 40b8596 commit 3c34bd9Copy full SHA for 3c34bd9
.github/workflows/pr.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
14
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
15
secrets:
16
- githubToken: ${{ secrets.GITHUB_TOKEN }}
+ githubToken: ${{ secrets.GH_BOT_TOKEN }}
17
18
alpha:
19
permissions:
0 commit comments