Skip to content

Commit

Permalink
refactor: changed the auth scheme for deletion on Cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostVaibhav committed Jul 14, 2024
1 parent 27f93c4 commit 029a5d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.branch.deploy.end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--url https://api.cloudflare.com/client/v4/zones/${{ secrets.CNAME_ZONE_ID }}/dns_records/'"$CNAME_ID"' \
--header 'Content-Type: application/json' \
--header 'X-Auth-Email: [email protected]' \
--header 'Authorization: Bearer ${{ secrets.CNAME_KEY }}'
--header 'X-Auth-Key: ${{ secrets.CNAME_API_KEY }}'
- name: Deleting the temporary GitHub repository
run: |
curl -L \
Expand Down

0 comments on commit 029a5d1

Please sign in to comment.