gopidesupavan commented on code in PR #47278:
URL: https://github.com/apache/airflow/pull/47278#discussion_r1976660365
##########
.github/workflows/ci-image-checks.yml:
##########
@@ -108,6 +108,13 @@ on: # yamllint disable-line rule:truthy
description: "Whether to use uv to build the image (true/false)"
required: true
type: string
+ secrets:
+ DOCS_AWS_ACCESS_KEY_ID:
+ required: true
+ DOCS_AWS_SECRET_ACCESS_KEY:
+ required: true
Review Comment:
not sure `required: true works` here for fork repos. but will get to know
from the current workflow run now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]