Skip to content

Commit a6934cf

Browse files
authored
chore: revert "remove use of long-lived GitHub tokens" (#3540)
1 parent 7477d62 commit a6934cf

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.changeset/light-horses-appear.md

-5
This file was deleted.

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
publish: npm run publish:changesets
3737
version: npm run version:changesets
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
# 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 }}
4042
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4143
website:
4244
name: "Publish website"

0 commit comments

Comments
 (0)