test
This commit is contained in:
parent
decc5cb36d
commit
48229ddbc7
1 changed files with 7 additions and 1 deletions
|
@ -26,4 +26,10 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Mkdocs_files
|
name: Mkdocs_files
|
||||||
path: /workspace/YannK/Actions_tests/Actions_tests/site
|
path: /workspace/YannK/Actions_tests/Actions_tests/site
|
||||||
|
secret_test:
|
||||||
|
runs-on: bookworm
|
||||||
|
step:
|
||||||
|
- name: Test de secret
|
||||||
|
run: |
|
||||||
|
echo {{ secrets.CD_SECRET_NUMBER_1 }}
|
Loading…
Reference in a new issue