File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 --body-file /tmp/changeset-preview.md \
1919 --marker "<!-- changeset-version-preview -->"
2020 env :
21- REPOSITORY : ${{ github.repository }}
22- GH_TOKEN : ${{ github.token }}
21+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function parseArgs(argv) {
2626 bodyFile : values [ 'body-file' ] ,
2727 repo : values . repo ?? process . env . GITHUB_REPOSITORY ,
2828 marker : values . marker ?? DEFAULT_MARKER ,
29- token : values . token ?? ( process . env . GITHUB_TOKEN || process . env . GH_TOKEN ) ,
29+ token : values . token ?? process . env . GITHUB_TOKEN ,
3030 apiUrl :
3131 values [ 'api-url' ] ??
3232 ( process . env . GITHUB_API_URL || 'https://api.github.com' ) ,
Original file line number Diff line number Diff line change 1212 run : node ${{ github.action_path }}/comment-on-release.ts
1313 env :
1414 PUBLISHED_PACKAGES : ${{ inputs.published-packages }}
15- REPOSITORY : ${{ github.repository }}
16- GH_TOKEN : ${{ github.token }}
15+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments