Skip to content

Commit

Permalink
fix: renamed CF_API_TOKEN to CF_API_KEY. Also added working directory…
Browse files Browse the repository at this point in the history
… as crates/rome_playground (rome#2248)
  • Loading branch information
Nicholas Yang authored Mar 16, 2022
1 parent 4355689 commit 7f62992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
- name: Publish
uses: cloudflare/[email protected]
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
apiToken: ${{ secrets.CF_API_KEY }}
workingDirectory: 'crates/rome_playground'

0 comments on commit 7f62992

Please sign in to comment.