Attempt to use different key #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: buildAndDeployWorker | ||
on: push | ||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
name: Deploy | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Publish | ||
uses: cloudflare/[email protected] | ||
with: | ||
apiToken: ${{ CF_API_TOKEN }} | ||
Check failure on line 12 in .github/workflows/buildAndDeploy.yml GitHub Actions / buildAndDeployWorkerInvalid workflow file
|