Skip to content

fixup secret

fixup secret #10

Workflow file for this run

name: Deploy (fallctf.com)
on:
push:
paths:
- _global/**
- fallctf.com/**
- .github/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
permissions:
contents: read
deployments: write
uses: ./.github/workflows/_deploy_astro_site.yml
secrets: [CLOUDFLARE_PAGES_API_TOKEN, CLOUDFLARE_ACCOUNT_ID]

Check failure on line 17 in .github/workflows/deploy-fallctf.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/deploy-fallctf.yml

Invalid workflow file

invalid value for secrets. Expected "inherit" keyword or explicit map of secrets
with:
working_dir: fallctf.com
build_dir: dist
cf_api_token: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}
cf_account_id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cf_project_name: ${{ vars.CLOUDFLARE_PROJECT_NAME_FALLCTF }}