chore(actions): actually redirect the default_index output lol

This commit is contained in:
Erica Marigold 2024-11-12 21:10:10 +05:30 committed by GitHub
parent 34e2187508
commit c9f8ed8867

View file

@ -30,7 +30,7 @@ jobs:
- name: Authenticate into pesde registry
run: |
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)"
echo -e "default_index = "https://github.com/daimond113/pesde-index"\n$(cat $HOME/.pesde/config.toml)" > $HOME/.pesde/config.toml
echo '[tokens]' > $HOME/.pesde/config.toml
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml