Skip to content

ci: changed workflow #11

ci: changed workflow

ci: changed workflow #11

Workflow file for this run

name: Delete Cloudflare Pages Preview Deployment
on:
pull_request:
types: [closed]
jobs:
delete-cf-page-preview:
name: Delete Cloudflare Pages Preview Deployment
uses: aaronczichon/workflows/.github/workflows/cloudflare-delete-pages-instance.yaml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
with:
REPOSITORY: ${{ github.repository }}
PAGES_PROJECT_NAME: personal-website
PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}