Add disgusting hack for wally auth
This commit is contained in:
parent
bc0e40495e
commit
8b3e51c186
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ jobs:
|
|||
run: pesde auth login --token "${{ secrets.pesde_auth_token }}"
|
||||
|
||||
- name: Authorize Wally
|
||||
run: wally login --token "${{ secrets.wally_auth_token }}"
|
||||
run: |
|
||||
wally init
|
||||
wally login --token "${{ secrets.wally_auth_token }}"
|
||||
rm wally.toml
|
||||
|
||||
- name: Sync & Release
|
||||
run: lune run src/init
|
||||
|
|
Loading…
Reference in a new issue