File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://unpkg.com/@changesets/config@1.6.2 /schema.json" ,
2+ "$schema" : " https://unpkg.com/@changesets/config@3.1.1 /schema.json" ,
33 "changelog" : " @changesets/cli/changelog" ,
44 "commit" : [" @changesets/cli/commit" , { "skipCI" : false }],
55 "linked" : [],
Original file line number Diff line number Diff line change @@ -34,20 +34,26 @@ jobs:
3434 run : |
3535 yarn change:check --since origin/${{ github.base_ref }}
3636 - name : Report formatting problems
37+ env :
38+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3739 run : |
3840 yarn format
3941 if [[ -n "$GITHUB_TOKEN" ]]; then
4042 git diff | yarn suggestion-bot
4143 fi
4244 git diff --exit-code
4345 - name : Report package metadata inconsistencies
46+ env :
47+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4448 run : |
4549 node scripts/lint-metadata.js
4650 if [[ -n "$GITHUB_TOKEN" ]]; then
4751 git diff | yarn suggestion-bot
4852 fi
4953 git diff --exit-code
5054 - name : Report dependency misalignments
55+ env :
56+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5157 run : |
5258 yarn rnx-align-deps --write
5359 if [[ -n "$GITHUB_TOKEN" ]]; then
@@ -58,13 +64,17 @@ jobs:
5864 run : |
5965 yarn knip
6066 - name : Ensure READMEs are up-to-date
67+ env :
68+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6169 run : |
6270 yarn update-readme
6371 if [[ -n "$GITHUB_TOKEN" ]]; then
6472 git diff | yarn suggestion-bot
6573 fi
6674 git diff --exit-code
6775 - name : Report @rnx-kit/build workflow inconsistencies
76+ env :
77+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6878 run : |
6979 cp incubator/build/workflows/github.yml .github/workflows/rnx-build.yml
7080 if [[ -n "$GITHUB_TOKEN" ]]; then
You can’t perform that action at this time.
0 commit comments