diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-04-10 14:23:59 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-04-10 14:23:59 +0200 |
| commit | f8340579263acd10e62ca5013b3ae26d9a7cbf7a (patch) | |
| tree | 094aaa0db55e1153a0df73288371d35ab802f4ad /molecule/archlinux/molecule.yml | |
| parent | 9b617bc7d4f969aa4bc77f78abad7d5672de5430 (diff) | |
Pass GITHUB_TOKEN to docker to avoid rate limiting tests
Diffstat (limited to 'molecule/archlinux/molecule.yml')
| -rw-r--r-- | molecule/archlinux/molecule.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/archlinux/molecule.yml b/molecule/archlinux/molecule.yml index ad0e7e97..9e1e62aa 100644 --- a/molecule/archlinux/molecule.yml +++ b/molecule/archlinux/molecule.yml @@ -30,6 +30,7 @@ provisioner: group_vars: "../../group_vars/" env: ANSIBLE_ROLES_PATH: "../../roles" + GITHUB_TOKEN: "{{ lookup('env', 'GITHUB_TOKEN') }}" config_options: defaults: callback_result_format: yaml |
