Skip to content

Commit e2d433b

Browse files
committed
expose gh token to changelog generation step
1 parent c655476 commit e2d433b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/changesets.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969
cat pr-description.md >> $GITHUB_ENV
7070
echo "EOF" >> $GITHUB_ENV
7171
rm pr-description.md
72+
env:
73+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7275

7376
- name: Bump versions
7477
if: steps.check_changesets.outputs.has_changesets == 'true'

0 commit comments

Comments
 (0)