Skip to content

Commit 24554b2

Browse files
fix(CI): Add missing GITHUB_TOKEN for contributor_list generation (#11177)
2 parents 1fb9ee8 + 08d131a commit 24554b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/shippable_builds.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ jobs:
427427
FULL_VERSION_NAME: ${{ steps.appinfo.outputs.VERSION_NAME }}${{ steps.bump_version_suffix.outputs.SUFFIX || steps.appinfo.outputs.VERSION_NAME_SUFFIX }}
428428
K9MAIL_GITHUB_NOTES: ${{ steps.render_notes.outputs.k9mail_github_notes }}
429429
THUNDERBIRD_GITHUB_NOTES: ${{ steps.render_notes.outputs.thunderbird_github_notes }}
430+
GITHUB_TOKEN: ${{ github.token }}
430431
run: |
431432
case "${APP_NAME}:${RELEASE_TYPE}" in
432433
thunderbird:beta) TAG_REGEX='^THUNDERBIRD_[0-9]+_0b[0-9]+$'

0 commit comments

Comments
 (0)