Env fixes.
This commit is contained in:
@@ -66,8 +66,8 @@ jobs:
|
|||||||
- name: Retrieve Subdomains from Cloudflare
|
- name: Retrieve Subdomains from Cloudflare
|
||||||
id: retrieve-cloudflare-subdomains
|
id: retrieve-cloudflare-subdomains
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||||
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
|
CF_API_EMAIL: ${{ secrets.CF_API_EMAIL }}
|
||||||
run: |
|
run: |
|
||||||
# Check if flarectl exists; install if not cached
|
# Check if flarectl exists; install if not cached
|
||||||
if ! command -v flarectl &> /dev/null; then
|
if ! command -v flarectl &> /dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user