Skip to content

Commit

Permalink
Fix release.yml to use env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Jul 14, 2020
1 parent 4da05b1 commit 5e17707
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ jobs:
docker push docker.pkg.github.com/alphasql/alphasql:${GITHUB_REF#refs/heads/}
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
DOCKER_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF: ${{ github.ref }}

0 comments on commit 5e17707

Please sign in to comment.