Skip to content

chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 #242

chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2

chore(deps): bump actions/upload-artifact from 4.3.1 to 4.3.2 #242

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: deploy delete
on:
pull_request:
types:
- closed
branches:
- main
workflow_dispatch:
concurrency:
group: deploy-delete-${{ github.head_ref || github.run_id }}
jobs:
cloudflare-pages-deploy-delete:
permissions:
actions: read
contents: read
deployments: write
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f #v4.1.3
- id: 'cloudflare-pages'
uses: ./delete
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}