Skip to content

Commit

Permalink
Adding the step to login so we can pull the image
Browse files Browse the repository at this point in the history
  • Loading branch information
fmacleal committed Jun 27, 2024
1 parent 37dd85d commit 139ed57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
name: GitHub Actions Test
runs-on: ubuntu-latest
timeout-minutes: 60
container:
image: ghcr.io/rsksmart/rootstock-integration-tests/rit-action
credentials:
username: ${{ secrets.gh_image_username }}
password: ${{ secrets.gh_image_token }}

steps:
- name: Test RIT Action
Expand Down

0 comments on commit 139ed57

Please sign in to comment.