Skip to content

Commit

Permalink
Merge pull request #1660 from Sifchain/testnet
Browse files Browse the repository at this point in the history
[ChainOps] Latest merge to master.
  • Loading branch information
intl-man authored Jul 27, 2021
2 parents 8c770e7 + 9c6ab64 commit 2da57b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: Sifchain/sifchain-deploy
path: deploy
token: "${{ secrets.GIT_PAT }}"

- name: Login to Docker Hub
run: docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 2da57b5

Please sign in to comment.