Skip to content

chore: renaming PSP-1 slug to just psp-1 - easier to read #21

chore: renaming PSP-1 slug to just psp-1 - easier to read

chore: renaming PSP-1 slug to just psp-1 - easier to read #21

Workflow file for this run

name: "CI / Master"
on:
push:
branches:
- master
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
use-application-js-cloudflare-master:
permissions:
contents: read
actions: write
uses: MatrixAI/.github/.github/workflows/application-js-cloudflare-master.yml@master
with:
ref: master
environment: master
secrets:
NIXPKGS_PRIVATE_PAT: ${{ secrets.NIXPKGS_PRIVATE_PAT }}
DEPLOY_SECRETS: |
CLOUDFLARE_ACCOUNT_ID=${{ toJSON(secrets.CLOUDFLARE_ACCOUNT_ID) }}
CLOUDFLARE_ZONE_ID=${{ toJSON(secrets.CLOUDFLARE_ZONE_ID) }}
CLOUDFLARE_API_TOKEN=${{ toJSON(secrets.CLOUDFLARE_API_TOKEN) }}