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 476db08 commit 6c9f968Copy full SHA for 6c9f968
.github/workflows/deploy.yml
@@ -49,6 +49,7 @@ jobs:
49
DEBUG: ${{ runner.debug == '1' }}
50
# One minute less than the job timeout to allow for the script to do cleanup work.
51
TIMEOUT_MINUTES: 12
52
+ GH_TOKEN: ${{ github.token }}
53
run: ./.github/bin/wait-for-workflow-success.sh
54
deploy-next:
55
name: Deploy "next" to npm
0 commit comments