Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fastro/utils/octokit.ts>uploadFileToGitHub

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
function uploadFileToGitHub
import { uploadFileToGitHub } from "https://deno.land/x/fastro@v0.94.1/utils/octokit.ts";

Parameters

options: { token?: string; owner: string; repo: string; path: string; content: string; branch?: string; }