We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7477d62 commit a6934cfCopy full SHA for a6934cf
.changeset/light-horses-appear.md
.github/workflows/build.yml
@@ -36,7 +36,9 @@ jobs:
36
publish: npm run publish:changesets
37
version: npm run version:changesets
38
env:
39
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # We cannot use the GHA generated tokens because we've disabled
40
+ # creation of pull requests at the org level.
41
+ GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
42
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43
website:
44
name: "Publish website"
0 commit comments