Deploy the GitHub username change

This commit is contained in:
NI
2020-08-26 11:08:35 +08:00
parent 441374c0d4
commit 706eb93150
40 changed files with 97 additions and 188 deletions

View File

@@ -20,9 +20,9 @@ jobs:
run: |
export GITHUB_USER="${{ github.repository_owner }}"
export GITHUB_USER_TOKEN="${{ secrets.GITHUB_TOKEN }}"
export DOCKER_HUB_USER="${{ secrets.DOCKER_HUB_USERNAME }}"
export DOCKER_HUB_PASSWORD="${{ secrets.DOCKER_HUB_PASSWORD }}"
export COVERALLS_TOKEN="${{ secrets.COVERALLS_TOKEN }}"
export DOCKER_HUB_USER="${{ github.repository_owner }}"
export DOCKER_CUSTOM_COMMAND='echo "GitHub Action Build"'