Skip to content

Instantly share code, notes, and snippets.

View doub1ejack's full-sized avatar

Micah Mutrux doub1ejack

View GitHub Profile
@doub1ejack
doub1ejack / google-form-to-github-issue.md
Last active September 9, 2020 20:35 — forked from jaredhowland/google-form-to-github-issue.md
Create a new GitHub Issue from a Google Form submission

Wiring up a Google Form to GitHub is not that difficult with a little bit of Apps Script automation. All you need is a Google account, a GitHub account, and a web browser...

1) Set up your GitHub Personal Access Token

Personal access tokens provide an easy way to interact with the GitHub API without having to mess with OAuth. If you don't already have a personal access token with repo or public_repo access, visit your GitHub settings page and generate a new token.

Be sure to copy your token some place safe and keep it secure. Once generated, you will not be able to view or copy the token again.

2) Set up the Form & Spreadsheet

  1. Create a Google Form.