mirror of
https://gitea.com/PublicAffairs/openai-github-copilot.git
synced 2025-07-23 04:13:03 +02:00
17 lines
368 B
YAML
17 lines
368 B
YAML
name: Deploy Worker
|
|
on:
|
|
push:
|
|
pull_request:
|
|
repository_dispatch:
|
|
jobs:
|
|
deploy:
|
|
runs-on: ubuntu-latest
|
|
name: Deploy
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- name: Build & Deploy Worker
|
|
uses: cloudflare/wrangler-action@v3
|
|
with:
|
|
apiToken: ${{ secrets.CF_API_TOKEN }}
|
|
accountId: ${{ secrets.CF_ACCOUNT_ID }}
|