Skip to content

Commit 23c74d5

Browse files
authored
Merge pull request #277 from hashicorp/br-toke
use PAT to bypass github security change
2 parents fb78f98 + a5ca1f0 commit 23c74d5

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
@@ -31,6 +31,7 @@ jobs:
3131
# This expects you to have a script called release which does a build for your packages and calls changeset publish
3232
publish: yarn release
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
# Token setup in Dhaulagiri's account
35+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
3536
# Token setup in Dhaulagiri's account
3637
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)