Skip to content

Commit

Permalink
Avoid rate-limiting by correctly passing GITHUB_TOKEN to changelog ge…
Browse files Browse the repository at this point in the history
…nerator (#125)

Co-authored-by: Jerry Jackson <[email protected]>
  • Loading branch information
jrryjcksn and weave-e2e-quickstart authored May 6, 2021
1 parent bd9109e commit f6bd8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
git config user.name github-actions
git config user.email [email protected]
docker run --rm -v "${GITHUB_WORKSPACE}":"/usr/local/src/your-app" ferrarimarco/github-changelog-generator -u weaveworks -p weave-gitops
docker run --rm -v "${GITHUB_WORKSPACE}":"/usr/local/src/your-app" ferrarimarco/github-changelog-generator -u weaveworks -p weave-gitops -t ${CHANGELOG_GITHUB_TOKEN}
git add .
git commit -m "Created changelog"
git push origin HEAD:main
Expand Down

0 comments on commit f6bd8d8

Please sign in to comment.