From e59bc249654be403d11b31e32e31a49be30621a6 Mon Sep 17 00:00:00 2001 From: Kilian von Pflugk Date: Sun, 13 Oct 2024 21:38:14 +0200 Subject: [PATCH] ci: send the new manifest to cloudflare KV --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd61fdc..8f7eeec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,6 +68,13 @@ jobs: GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }} MAIN_VERSION: "10.9" + - name: Deploy to Cloudflare KV + uses: cloudflare/wrangler-action@v3 + with: + apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} + accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} + command: kv key put --namespace-id=${{ github.repository == 'intro-skipper/intro-skipper-test' && '49c07e5b68074443b940de893d58a997' || '61215c51799a4de59f0a33a8b7aecb0e' }} "10.9" --path=manifest.json + - name: Commit changes if: success() run: |