File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 --pr "${{ github.event.number }}" \
1818 --body-file /tmp/changeset-preview.md \
1919 --marker "<!-- changeset-version-preview -->"
20+ env :
21+ GH_TOKEN : ${{ env.GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ Add this step to your `.github/workflows/release.yml` file after the `changesets
6060 GH_TOKEN : ${{ secrets.GH_TOKEN }}
6161` ` `
6262
63+ This action reads the token from the ` GH_TOKEN` environment variable.
64+
6365# # Requirements
6466
6567- Must be using [Changesets](https://github.com/changesets/changesets) for releases
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+ GH_TOKEN : ${{ env.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments