Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #336

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group #336

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