Skip to content

Commit

Permalink
Merge pull request #278 from skalenetwork/bug/SKLAE-2500-releases
Browse files Browse the repository at this point in the history
SKALE-2500 add secrets
  • Loading branch information
DimaStebaev authored May 25, 2020
2 parents 9873ad9 + 959e8f1 commit f1a9d14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ defaults:
jobs:
build:
runs-on: ubuntu-latest
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
steps:
- name: Extract repo name
run: echo ::set-env name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}')
Expand Down

0 comments on commit f1a9d14

Please sign in to comment.