Skip to content

Commit

Permalink
Fix: rename CF_KEY to CF_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo310 committed Oct 2, 2022
1 parent fd049f0 commit 98ceeed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/example.export_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# export GITHUB_PASSWORD=<your_key_id>
# export GITHUB_USERNAME=<your_key_id>
export CF_API_EMAIL=<your_key_id>
export CF_API_KEY=<your_key_id>
export CF_API_TOKEN=<your_key_id>

0 comments on commit 98ceeed

Please sign in to comment.