mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 19:13:19 +00:00
wip20
This commit is contained in:
parent
d20bde5351
commit
59ed3b95f2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/env.yml
vendored
2
.github/workflows/env.yml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
||||||
echo 'Hello World!'
|
echo 'Hello World!'
|
||||||
echo '$KEY_TMDB2 > key'
|
echo '$KEY_TMDB2 > key'
|
||||||
echo ${{secrets.KEY_TMDB2}}
|
echo ${{secrets.KEY_TMDB2}}
|
||||||
|
echo ${{secrets.KEY_TMDB2}} > .env
|
||||||
|
cat .env
|
||||||
echo 'Hello again!'
|
echo 'Hello again!'
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue