We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9b326 commit 02b648dCopy full SHA for 02b648d
.github/workflows/cli-tests.yaml
@@ -74,7 +74,7 @@ jobs:
74
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
75
CLOUDFLARE_ZONE_ID: ${{ secrets.CLOUDFLARE_ZONE_ID }}
76
run: |
77
- ARTIFACT_URL="https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
+ ARTIFACT_URL="github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts"
78
curl -X POST "https://api.cloudflare.com/client/v4/zones/$CLOUDFLARE_ZONE_ID/dns_records" \
79
-H "Authorization: Bearer $CLOUDFLARE_API_TOKEN" \
80
-H "Content-Type: application/json" \
0 commit comments