dd
This commit is contained in:
parent
5293dcc306
commit
ed500ea9ab
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: write vault-pass
|
||||
run: echo ${VAULTPASS} > ./vault-pass
|
||||
run: echo ${{ secrets.VAULTPASS }} > ./vault-pass
|
||||
|
||||
- name: Debug
|
||||
run: cat ./vault-pass
|
||||
|
|
Loading…
Reference in a new issue