change MELI_SECRET -> MELI_TOKEN & trigger docs rebuild
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Successful in 24s

This commit is contained in:
Seaswimmer 2024-10-21 16:47:31 -04:00
parent 3949e75de5
commit 551c8eb7ca
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -2,6 +2,7 @@
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
@ -105,7 +106,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"