Skip to content

Commit

Permalink
Try adding specific credentials to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kyl191 committed Dec 22, 2024
1 parent 642c397 commit ed58f24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
- "fedora:41"
container:
image: ghcr.io/kyl191/ansible-${{ matrix.version }}
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
env:
container: docker
volumes:
Expand Down

0 comments on commit ed58f24

Please sign in to comment.