Skip to content

chore(deps): bump the octokit group with 2 updates #248

chore(deps): bump the octokit group with 2 updates

chore(deps): bump the octokit group with 2 updates #248

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: deploy
on:
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
jobs:
cloudflare-pages-deploy:
permissions:
contents: read
deployments: write
pull-requests: write
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/[email protected]
- id: 'cloudflare-pages'
uses: ./
with:
cloudflare-api-token: ${{secrets.CLOUDFLARE_API_TOKEN}}
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-project-name: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
directory: 'example/dist'
github-token: ${{ secrets.GITHUB_TOKEN }}
github-environment: 'preview'