diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-04 02:41:53 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-04 02:58:43 +0100 |
| commit | d69ba719617d7bcc5561cda6c5642a81b36407e7 (patch) | |
| tree | b20ad1b12043f6ca44e0bd6ca0c8a7bc7f810d89 /.github | |
| parent | 65cd427c0ddcb48b35cc0baaee978e3a131ceeb9 (diff) | |
Fix github rate limit on CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbcc9fff..2f6b4b49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,6 +60,7 @@ jobs: env: PY_COLORS: 1 ANSIBLE_FORCE_COLOR: 1 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: >- molecule --version && ansible --version && |
