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 | caacbafa96e906111cc6715ae4bdf5a0a007da3a (patch) | |
| tree | 094aaa0db55e1153a0df73288371d35ab802f4ad /molecule/ubuntu | |
| parent | 58b58b33d62ccb137de5d4425839d7913950f253 (diff) | |
Pass GITHUB_TOKEN to docker to avoid rate limiting tests
Diffstat (limited to 'molecule/ubuntu')
| -rw-r--r-- | molecule/ubuntu/molecule.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/ubuntu/molecule.yml b/molecule/ubuntu/molecule.yml index 12fc5a82..48b3448a 100644 --- a/molecule/ubuntu/molecule.yml +++ b/molecule/ubuntu/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 |
