ci: send the new manifest to cloudflare KV

This commit is contained in:
Kilian von Pflugk 2024-10-13 21:40:08 +02:00
parent f5b3fdc324
commit c22fea2add

View File

@ -71,6 +71,13 @@ jobs:
GITHUB_REPO_VISIBILITY: ${{ github.event.repository.visibility }}
MAIN_VERSION: "10.10"
- 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.10" --path=manifest.json
- name: Commit changes
if: success()
run: |