Skip to content

Commit

Permalink
Update workers workflow (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral authored Aug 26, 2022
1 parent fa9d2e7 commit b762904
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workers-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
workers-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.WORKERS_API_TOKEN }}
environment: "main"
workingDirectory: "packages/workers/"
secrets: |
CLOUDFLARE_API_TOKEN
apiToken: ${{ secrets.WORKERS_API_TOKEN }}
environment: 'main'
workingDirectory: 'packages/workers/'
secrets: |
CLOUDFLARE_API_TOKEN
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_STREAM_API_TOKEN }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_STREAM_API_TOKEN }}

0 comments on commit b762904

Please sign in to comment.