Skip to content

Commit

Permalink
Add auth token to github-changes command
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeKjaer committed Jul 12, 2021
1 parent fc18e5d commit a50181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update package.json version
run: yarn version --no-git-tag-version --new-version ${GITHUB_REF#refs/*/}
- name: Generate CHANGELOG.md
run: yarn run github-changes --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
run: yarn run github-changes --token ${{ secrets.GITHUB_TOKEN }} --owner $OWNER --repository $REPOSITORY --branch $RELEASE_BRANCH --no-merges --title "Scala Syntax (official) Changelog"
- run: yarn build
- run: yarn test
# - name: Commit generated files
Expand Down

0 comments on commit a50181b

Please sign in to comment.