Skip to content

Commit 6c9f968

Browse files
committed
explicitly pass the gh token
1 parent 476db08 commit 6c9f968

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
DEBUG: ${{ runner.debug == '1' }}
5050
# One minute less than the job timeout to allow for the script to do cleanup work.
5151
TIMEOUT_MINUTES: 12
52+
GH_TOKEN: ${{ github.token }}
5253
run: ./.github/bin/wait-for-workflow-success.sh
5354
deploy-next:
5455
name: Deploy "next" to npm

0 commit comments

Comments
 (0)