There was an error while loading. Please reload this page.
1 parent 7b0ab04 commit e813638Copy full SHA for e813638
1 file changed
.github/workflows/release-pr.yml
@@ -13,6 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
node-version: [16.x]
16
+
17
steps:
18
- uses: actions/checkout@v3
19
with:
@@ -54,3 +55,5 @@ jobs:
54
55
--title "Release:ENTER_RELEASE_VERSION" \
56
--body-file ${{ steps.create-changelog.outputs.changelog_file }}
57
rm ${{ steps.create-changelog.outputs.changelog_file }}
58
+ env:
59
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments