autowarefoundation / autoware

Autoware - the world's leading open-source software project for autonomous driving
https://www.autoware.org/
Apache License 2.0
8.59k stars 2.88k forks source link

ci: add set git config to resolve when ansible-galaxy-requirements has private repository #4578

Closed h-ohta closed 3 months ago

h-ohta commented 3 months ago

Description

When ansible-galaxy-requirements.yaml has private repository, we fail to install in github actions because we don't have tokens. So, I add set git config.

Related links

https://github.com/tier4/pilot-auto/pull/768

Tests performed

pass pre-commit-ansible and setup-universe

Notes for reviewers

Interface changes

Effects on system behavior

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

After all checkboxes are checked, anyone who has write access can merge the PR.