fix: replace github to secrets
This commit is contained in:
parent
51ade6b39a
commit
6adddab74b
2
.github/workflows/build_and_deploy.yml
vendored
2
.github/workflows/build_and_deploy.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: https://github.com/docker/login-action@v3
|
||||
with:
|
||||
registry: git.4o1x5.dev
|
||||
username: ${{ github.USER }}
|
||||
username: ${{ secrets.USER }}
|
||||
password: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
|
|
Reference in a new issue