Skip to content

chore(deps): update dependency typescript to v5.4.5 #75

chore(deps): update dependency typescript to v5.4.5

chore(deps): update dependency typescript to v5.4.5 #75

Workflow file for this run

name: 'Continuous Delivery'
on:
push:
branches:
- main
concurrency:
group: cd-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
uses: ./.github/workflows/wc-deploy-cloudflare-pages.yml
with:
branch: 'develop'
gh-app-id: ${{ vars.BOT_APP_ID }}
pr-comment-enabled: false
secrets:
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
gh-app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}
release:
uses: ./.github/workflows/wc-release.yml
with:
gh-app-id: ${{ vars.BOT_APP_ID }}
secrets:
gh-app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}