{
  "name": "Publish HTML content with GitHub Gist and HTML preview",
  "nodes": [
    {
      "id": "27b9084e-f5ac-4352-a83b-c9ba07fc83f1",
      "name": "Create Gist",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        208,
        208
      ]
    },
    {
      "id": "81a700fe-209e-427a-be64-2094e708420e",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        0,
        208
      ]
    },
    {
      "id": "34b106bf-39de-4aed-86fa-56df8cd1db85",
      "name": "Set URL",
      "type": "n8n-nodes-base.set",
      "position": [
        432,
        208
      ]
    },
    {
      "id": "0e4f5280-7cae-4ff2-9407-9b72b5cfeb59",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": 520,
        "height": null,
        "content": "## Add GitHub API key to \"Create Gist\" node\nFirst, add your API key to the auth header in the create gist node.\n\nThen, you can pass HTML reports into this workflow as the input and receive a URL where"
      }
    }
  ],
  "connections": {
    "Create Gist": {
      "main": [
        [
          {
            "node": "Set URL",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Create Gist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}