refactor: rename harbor secrets to forgejo secrets for consistency
This commit is contained in:
parent
5ebf73ad73
commit
60f46526e3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
port: ${{ secrets.PORT || 22 }}
|
||||
script: |
|
||||
# Login no Forgejo Registry
|
||||
echo "${{ secrets.HARBOR_PASSWORD }}" | podman login ${{ env.REGISTRY }} -u ${{ secrets.HARBOR_USERNAME }} --password-stdin
|
||||
echo "${{ secrets.FORGEJO_PASSWORD }}" | podman login ${{ env.REGISTRY }} -u ${{ secrets.FORGEJO_USERNAME }} --password-stdin
|
||||
|
||||
# --- DEPLOY DO BACKEND ---
|
||||
if [ "${{ steps.check.outputs.backend }}" == "true" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue