test secrets
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
Some checks failed
Build and Push Docker Image / checkout_repository (push) Failing after 5s
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -27,11 +27,11 @@ jobs:
|
|||||||
cache: true
|
cache: true
|
||||||
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
cache_registry: git.coopgo.io/coopgo-platform/mobility-accounts/cache
|
||||||
extra-args: |
|
extra-args: |
|
||||||
ACCESS_TOKEN_USR=$USER
|
ACCESS_TOKEN_USR=${{env.USER}}
|
||||||
ACCESS_TOKEN_PWD=$PASSWORD
|
ACCESS_TOKEN_PWD=${{env.PASSWORD}}
|
||||||
env:
|
env:
|
||||||
USER: ncaron
|
USER: ${{gitea.actor}}
|
||||||
PASSWORD: 6744954b4a3a43422e62e8d110f90de527ce094d
|
PASSWORD: ${{gitea.token}}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user