From 551c8eb7ca2859a5d03c49771673ece4074094db Mon Sep 17 00:00:00 2001 From: cswimr Date: Mon, 21 Oct 2024 16:47:31 -0400 Subject: [PATCH] change `MELI_SECRET` -> `MELI_TOKEN` & trigger docs rebuild --- .forgejo/workflows/actions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/actions.yaml b/.forgejo/workflows/actions.yaml index 21ce79d..1b23a72 100644 --- a/.forgejo/workflows/actions.yaml +++ b/.forgejo/workflows/actions.yaml @@ -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"