mirror of
https://github.com/r-freeman/workflow-with-secrets.git
synced 2024-11-11 11:55:41 +00:00
This commit is contained in:
parent
0abb178cb9
commit
5ec8bd8ad0
@ -15,4 +15,7 @@ jobs:
|
|||||||
# Ensure you remove any print statements of your secrets. GitHub does
|
# Ensure you remove any print statements of your secrets. GitHub does
|
||||||
# not hide secrets that use this workaround.
|
# not hide secrets that use this workaround.
|
||||||
- name: Test printing your secret (Remove this step in production)
|
- name: Test printing your secret (Remove this step in production)
|
||||||
run: cat ./.env
|
run: cat ./.env
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
Loading…
Reference in New Issue
Block a user