Skip to content

Commit

Permalink
rate limit?
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Jul 21, 2024
1 parent 7d9c74c commit 05d50e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
# - image: "docker-molecule-images"
# tag: "noble"
steps:

- name: Docker Login
uses: docker/login-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout Role
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
[tox]
minversion = 4.2.4
envlist = py3-ansible{8,9}
envlist = py3-ansible{9}

skipsdist = true

Expand Down

0 comments on commit 05d50e3

Please sign in to comment.