Add disgusting hack for wally auth

This commit is contained in:
marked 2025-03-02 05:22:15 +01:00
parent bc0e40495e
commit 8b3e51c186

View file

@ -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