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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Set username and password env
|
||||
run:
|
||||
echo "ACCESS_TOKEN_USR=${{gitea.actor}}"
|
||||
echo "ACCESS_TOKEN_PWD=${{secret.GITEA_TOKEN}}"
|
||||
echo "ACCESS_TOKEN_PWD=${{secrets.GITEA_TOKEN}}"
|
||||
|
||||
# KANIKO
|
||||
- name: Kaniko build and push
|
||||
|
||||
Reference in New Issue
Block a user