Skip to content

Commit 44d5e2d

Browse files
Merge pull request #211 from MaximeKjaer/fix-changelog-token
Add auth token to github-changes command
2 parents fc18e5d + a50181b commit 44d5e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Update package.json version
2727
run: yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
2828
- name: Generate CHANGELOG.md
29-
run: yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
29+
run: yarn run github-changes --token ${{ secrets.GITHUB_TOKEN }} --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
3030
- run: yarn build
3131
- run: yarn test
3232
# - name: Commit generated files

0 commit comments

Comments
 (0)