mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
Wip8
This commit is contained in:
parent
38c90aadcf
commit
4e3ed7c296
1 changed files with 6 additions and 1 deletions
7
.github/workflows/env.yml
vendored
7
.github/workflows/env.yml
vendored
|
@ -25,4 +25,9 @@ jobs:
|
||||||
# file_name: .env
|
# file_name: .env
|
||||||
# fail_on_empty: false
|
# fail_on_empty: false
|
||||||
- name: see output
|
- name: see output
|
||||||
run: echo "${{ secrets.WEBSITE_ENV_STAGE }}"
|
run: echo "${{ secrets.Key_tmdb }}"
|
||||||
|
- name: Extract GH secrets
|
||||||
|
run: 'echo "$Key_tmdb" > key'
|
||||||
|
shell: bash
|
||||||
|
env:
|
||||||
|
SSH_KEY: ${{secrets.Key_tmdb}}
|
Loading…
Reference in a new issue