Ensure gh CLI is installed and authenticated in Slack notification steps#64044
Closed
potiuk wants to merge 1 commit intoapache:mainfrom
Closed
Ensure gh CLI is installed and authenticated in Slack notification steps#64044potiuk wants to merge 1 commit intoapache:mainfrom
potiuk wants to merge 1 commit intoapache:mainfrom
Conversation
jscheffl
reviewed
Mar 21, 2026
b05b6d4 to
6b3eeb2
Compare
Member
Author
|
Seems that gh accepts both GH_TOKEN and GITHUB_TOKEN - TIL |
jscheffl
reviewed
Mar 21, 2026
jscheffl
approved these changes
Mar 21, 2026
- Ensure gh CLI is available and authenticated before running slack_notification_state.py in the "Determine notification action" step of both ci-amd-arm.yml and ci-notification.yml - Add missing words to docs/spelling_wordlist.txt to fix docs build spelling errors
6b3eeb2 to
60fb505
Compare
jscheffl
reviewed
Mar 21, 2026
airflow-core/docs/administration-and-deployment/logging-monitoring/metric_tables.rst
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ensure gh CLI is available and authenticated before running
slack_notification_state.pyin the "Determine notification action" stepof both
ci-amd-arm.ymlandci-notification.yml.The script uses
gh apiandgh run downloadinternally, so this adds:command -v ghcheck that fails with a clear error if gh is missinggh auth status || gh auth login --with-tokento ensure authenticationGH_TOKENenv var for automatic gh CLI authenticationWas generative AI tooling used to co-author this PR?
Generated-by: Claude Opus 4.6 following the guidelines