Testing actions
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 6s
Details
This commit is contained in:
parent
cb64faccfc
commit
3d769a3800
|
@ -19,7 +19,9 @@ jobs:
|
||||||
- name: Print repository name
|
- name: Print repository name
|
||||||
env:
|
env:
|
||||||
GITEA_REPO: ${{ gitea.repository }}
|
GITEA_REPO: ${{ gitea.repository }}
|
||||||
run: echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner."
|
run: |
|
||||||
|
echo "💡 The "$GITEA_REPO:" repository has been cloned to the runner."
|
||||||
|
echo ${{ secrets.NOT_A_SECRET }}
|
||||||
- name: Pass login information
|
- name: Pass login information
|
||||||
env:
|
env:
|
||||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||||
|
|
Loading…
Reference in New Issue