Skip to content

Commit f6bd8d8

Browse files
Avoid rate-limiting by correctly passing GITHUB_TOKEN to changelog generator (#125)
Co-authored-by: Jerry Jackson <[email protected]>
1 parent bd9109e commit f6bd8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: |
1717
git config user.name github-actions
1818
git config user.email [email protected]
19-
docker run --rm -v "${GITHUB_WORKSPACE}":"/usr/local/src/your-app" ferrarimarco/github-changelog-generator -u weaveworks -p weave-gitops
19+
docker run --rm -v "${GITHUB_WORKSPACE}":"/usr/local/src/your-app" ferrarimarco/github-changelog-generator -u weaveworks -p weave-gitops -t ${CHANGELOG_GITHUB_TOKEN}
2020
git add .
2121
git commit -m "Created changelog"
2222
git push origin HEAD:main

0 commit comments

Comments
 (0)