Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #256

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #256

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b #v4.1.5
- id: 'cloudflare-pages'
uses: ./delete
with:
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}