mik-laj commented on pull request #12444: URL: https://github.com/apache/airflow/pull/12444#issuecomment-730664494
@kaxil @potiuk It is ready for review. I also set up secrets in `apache/airflow` so everything should work after merging. ``` bash gh-secrets.sh list https://github.com/apache/airflow { "result": { "total_count": 3, "secrets": [ { "name": "ACTIONS_RUNNER_DEBUG", "created_at": "2020-10-13T08:25:20Z", "updated_at": "2020-10-13T08:25:21Z" }, { "name": "DOCS_AWS_ACCESS_KEY_ID", "created_at": "2020-11-19T21:59:33Z", "updated_at": "2020-11-19T21:59:33Z" }, { "name": "DOCS_AWS_SECRET_ACCESS_KEY", "created_at": "2020-11-19T22:00:14Z", "updated_at": "2020-11-19T22:00:14Z" } ] }, "status": "ok", "statusCode": 200 } ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
