test secrets
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Details
This commit is contained in:
parent
146eb44ffe
commit
d27c2a266a
|
@ -27,11 +27,11 @@ jobs:
|
|||
cache: true
|
||||
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
||||
extra-args: |
|
||||
ACCESS_TOKEN_USR=$USER
|
||||
ACCESS_TOKEN_PWD=$PASSWORD
|
||||
ACCESS_TOKEN_USR=${{env.USER}}
|
||||
ACCESS_TOKEN_PWD=${{env.PASSWORD}}
|
||||
env:
|
||||
USER: ncaron
|
||||
PASSWORD: 6744954b4a3a43422e62e8d110f90de527ce094d
|
||||
USER: ${{gitea.actor}}
|
||||
PASSWORD: ${{gitea.token}}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue