File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11name : Health Metrics
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : ['**']
6+ pull_request :
47
58env :
69 GITHUB_PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 2121 # Release script requires git history and tags.
2222 fetch-depth : 0
2323 ref : release
24+ token : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
2425 - name : Yarn install
2526 run : yarn
2627 - name : Publish to NPM
3132 # TODO: Make these flags defaults in the release script.
3233 run : yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged
3334 env :
34- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535 NPM_TOKEN_ANALYTICS : ${{secrets.NPM_TOKEN_ANALYTICS}}
3636 NPM_TOKEN_ANALYTICS_INTEROP_TYPES : ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
3737 NPM_TOKEN_ANALYTICS_TYPES : ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}
Original file line number Diff line number Diff line change 11name : Test All Packages
22
3- on : push
3+ on :
4+ push :
5+ branches : ['**']
6+
47env :
58 # make chromedriver detect installed Chrome version and download the corresponding driver
69 DETECT_CHROMEDRIVER_VERSION : true
You can’t perform that action at this time.
0 commit comments