Skip to content

Commit

Permalink
Is it gonna work now?
Browse files Browse the repository at this point in the history
  • Loading branch information
iostpa committed Oct 11, 2024
1 parent 71a04d8 commit 7a7fb2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- uses: actions/checkout@v4

- name: Update creds.json
- run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN"}}' > ./creds.json
- run: echo '{"cloudflare":{"TYPE":"CLOUDFLAREAPI","apitoken":"$CLOUDFLARE_API_TOKEN", "accountid":"$CLOUDFLARE_ACCOUNT_ID"}}' > ./creds.json

- name: Publish
uses: is-cool-me/[email protected]
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
with:
args: push
config_file: "dnsconfig.js"

0 comments on commit 7a7fb2b

Please sign in to comment.