Skip to content

fixup secret (again) #11

fixup secret (again)

fixup secret (again) #11

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: inherit
with:
working_dir: fallctf.com
build_dir: dist
cf_api_token: ${{ secrets.CLOUDFLARE_PAGES_API_TOKEN }}

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

View workflow run for this annotation

GitHub Actions / Deploy (fallctf.com)

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-fallctf.yml (Line: 21, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CLOUDFLARE_PAGES_API_TOKEN .github/workflows/deploy-fallctf.yml (Line: 22, Col: 22): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.CLOUDFLARE_ACCOUNT_ID
cf_account_id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cf_project_name: ${{ vars.CLOUDFLARE_PROJECT_NAME_FALLCTF }}