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