Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsherrylabs committed Sep 22, 2020
1 parent c800331 commit f39f284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -2,10 +2,10 @@ name: Clean, build, test and package

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WALLET_1_MNEM: ${{ secrets.WALLET_1_MNEM }}
WALLET_2_MNEM: ${{ secrets.WALLET_2_MNEM }}
WALLET_1_PASS: ${{ secrets.WALLET_1_PASS }}
WALLET_2_PASS: ${{ secrets.WALLET_2_PASS }}
WALLET_1_MNEM: ${{ secrets.WALLET_1_MNEM }}
WALLET_2_MNEM: ${{ secrets.WALLET_2_MNEM }}
WALLET_1_PASS: ${{ secrets.WALLET_1_PASS }}
WALLET_2_PASS: ${{ secrets.WALLET_2_PASS }}

on:
push:
Expand Down

0 comments on commit f39f284

Please sign in to comment.