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