Skip to content

Commit f59a2f5

Browse files
committed
fix(ci): pass GITHUB_TOKEN to git-cliff for authenticated API requests
Unauthenticated GitHub API requests (60/hour) were failing with TLS connection errors when paginating through closed PRs. Authenticated requests get 5000/hour and more reliable connections.
1 parent f90dd2c commit f59a2f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ jobs:
147147
env:
148148
OUTPUT: CHANGELOG.md
149149
GITHUB_REPO: ${{ github.repository }}
150+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150151

151152
- name: Append installation instructions
152153
run: |

0 commit comments

Comments
 (0)