chore(actions): set mandatory default registry for publishing

This commit is contained in:
Erica Marigold 2024-11-12 21:08:14 +05:30 committed by GitHub
parent 7537aabfbd
commit 34e2187508

View file

@ -30,6 +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 '[tokens]' > $HOME/.pesde/config.toml
echo '"https://github.com/daimond113/pesde-index.git" = "${{ secrets.PESDE_TOKEN }}"' >> $HOME/.pesde/config.toml