Skip to content

feat(oidc): support multiple signing keys (#26) #60

feat(oidc): support multiple signing keys (#26)

feat(oidc): support multiple signing keys (#26) #60

Workflow file for this run

name: Staging
on:
push:
branches: [main]
concurrency:
group: staging
cancel-in-progress: true
jobs:
deploy:
name: Deploy & Test
uses: ./.github/workflows/deploy.yml
with:
worker_name: multistore-staging
wrangler_config: wrangler.deploy.toml
environment: staging
secrets:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
SESSION_TOKEN_KEY: ${{ secrets.SESSION_TOKEN_KEY }}
OIDC_PROVIDER_KEY: ${{ secrets.OIDC_PROVIDER_KEY }}