Skip to content

Commit e813638

Browse files
env
1 parent 7b0ab04 commit e813638

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release-pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
node-version: [16.x]
16+
1617
steps:
1718
- uses: actions/checkout@v3
1819
with:
@@ -54,3 +55,5 @@ jobs:
5455
--title "Release:ENTER_RELEASE_VERSION" \
5556
--body-file ${{ steps.create-changelog.outputs.changelog_file }}
5657
rm ${{ steps.create-changelog.outputs.changelog_file }}
58+
env:
59+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)