Skip to content

Commit

Permalink
add login to run test
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Dec 20, 2024
1 parent e3659be commit 1ee8f0b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/interchaintest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
- name: checkout code
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_PAT }}

- run: make ictest-basic
env:
BRANCH_CI: "latest"

0 comments on commit 1ee8f0b

Please sign in to comment.