remove poetry file and update workflow file to use correct meli secret

This commit is contained in:
cswimr 2024-10-21 16:53:28 -04:00
parent 2ecc2cd318
commit 9fb796d7f2
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 3 additions and 5 deletions

View file

@ -65,7 +65,7 @@ jobs:
npx -p "@getmeli/cli" meli upload ./site \
--url "https://pages.coastalcommits.com" \
--site "${{ vars.MELI_SITE_ID }}" \
--token "${{ secrets.MELI_SECRET }}" \
--token "${{ secrets.MELI_TOKEN }}" \
--release "$CI_ACTION_REF_NAME_SLUG/${{ env.GITHUB_SHA }}" \
--branch "$CI_ACTION_REF_NAME_SLUG"