mirror of
https://github.com/0x5eal/semver-luau.git
synced 2024-12-12 15:00:36 +00:00
chore(actions): set mandatory default registry for publishing
This commit is contained in:
parent
7537aabfbd
commit
34e2187508
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue