-
Notifications
You must be signed in to change notification settings - Fork 340
Issues: defunkt/gist
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Your token. // Octokit.js // https://github.com/octokit/core.js#readme const octokit = new Octokit({ auth: 'YOUR-TOKEN' }) await octokit.request('DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}', { owner: 'OWNER', repo: 'REPO', environment_name: 'ENVIRONMENT_NAME', branch_policy_id: 'BRANCH_POLICY_ID', headers: { 'X-GitHub-Api-Version': '2022-11-28' } })
#357
opened Dec 30, 2023 by
Lissywills1732
For security propose i thin it's better to make private "-p or --private" parameter as default
#342
opened Sep 28, 2021 by
psycalc
Feature: Support uploading a complete directory / existing repo with "gist ." or "gist somedir"
#335
opened Jul 17, 2021 by
zachriggle
When updating a gist, the URL returned for --raw is not specific to the file
#329
opened Feb 23, 2021 by
travisdowns
Help message still refers to gist on systems with renamed binary
#328
opened Feb 23, 2021 by
travisdowns
"Sync" gist: extend "update" to also remove files no longer present
#314
opened Mar 3, 2020 by
aseemk
Previous Next
ProTip!
no:milestone will show everything without a milestone.