Skip to content

Commit

Permalink
chore(actions): set mandatory default registry for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Nov 12, 2024
1 parent 63215da commit bbbce96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbbce96

Please sign in to comment.