Skip to content

Commit

Permalink
Merge pull request #211 from MaximeKjaer/fix-changelog-token
Browse files Browse the repository at this point in the history
Add auth token to github-changes command
  • Loading branch information
nicolasstucki authored Jul 13, 2021
2 parents fc18e5d + a50181b commit 44d5e2d
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 44d5e2d

Please sign in to comment.