File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Health Metrics
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : ['**']
6
+ pull_request :
4
7
5
8
env :
6
9
GITHUB_PULL_REQUEST_NUMBER : ${{ github.event.pull_request.number }}
Original file line number Diff line number Diff line change 21
21
# Release script requires git history and tags.
22
22
fetch-depth : 0
23
23
ref : release
24
+ token : ${{ secrets.OSS_BOT_GITHUB_TOKEN }}
24
25
- name : Yarn install
25
26
run : yarn
26
27
- name : Publish to NPM
31
32
# TODO: Make these flags defaults in the release script.
32
33
run : yarn release --releaseType Production --ci --skipTests --skipReinstall --ignoreUnstaged
33
34
env :
34
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
35
NPM_TOKEN_ANALYTICS : ${{secrets.NPM_TOKEN_ANALYTICS}}
36
36
NPM_TOKEN_ANALYTICS_INTEROP_TYPES : ${{secrets.NPM_TOKEN_ANALYTICS_INTEROP_TYPES}}
37
37
NPM_TOKEN_ANALYTICS_TYPES : ${{secrets.NPM_TOKEN_ANALYTICS_TYPES}}
Original file line number Diff line number Diff line change 1
1
name : Test All Packages
2
2
3
- on : push
3
+ on :
4
+ push :
5
+ branches : ['**']
6
+
4
7
env :
5
8
# make chromedriver detect installed Chrome version and download the corresponding driver
6
9
DETECT_CHROMEDRIVER_VERSION : true
You can’t perform that action at this time.
0 commit comments