Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

official openai support #7

official openai support

official openai support #7

Workflow file for this run

name: Deploy Worker
on:
push:
pull_request:
repository_dispatch:
jobs:
deploy:

Check failure on line 7 in .github/workflows/deploy.yaml

View workflow run for this annotation

GitHub Actions / Deploy Worker

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yaml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
timeout-minutes: 60
needs: test
steps:
- uses: actions/checkout@v2
- name: Build & Deploy Worker
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}