Skip to content

Commit

Permalink
revert: revert tested codes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybxyz committed Sep 25, 2023
1 parent d67551b commit f5c3d22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/interchaintest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
jobs:
build-and-push-image:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v3
Expand All @@ -21,7 +18,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: build_push_image
Expand Down

0 comments on commit f5c3d22

Please sign in to comment.