summaryrefslogtreecommitdiffstats
path: root/molecule/debian
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-10 14:23:59 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-10 14:23:59 +0200
commitf8340579263acd10e62ca5013b3ae26d9a7cbf7a (patch)
tree094aaa0db55e1153a0df73288371d35ab802f4ad /molecule/debian
parent9b617bc7d4f969aa4bc77f78abad7d5672de5430 (diff)
Pass GITHUB_TOKEN to docker to avoid rate limiting tests
Diffstat (limited to 'molecule/debian')
-rw-r--r--molecule/debian/molecule.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/debian/molecule.yml b/molecule/debian/molecule.yml
index e7ce6b95..8b63b54a 100644
--- a/molecule/debian/molecule.yml
+++ b/molecule/debian/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