Skip to content

Create SECURITY.md#3

Open
HACKER007-SHIP-IT wants to merge 1 commit intoAnthonysidesappsnew:mainfrom
HACKER007-SHIP-IT:patch-1
Open

Create SECURITY.md#3
HACKER007-SHIP-IT wants to merge 1 commit intoAnthonysidesappsnew:mainfrom
HACKER007-SHIP-IT:patch-1

Conversation

@HACKER007-SHIP-IT
Copy link
Copy Markdown

main# GitHub CLI api

https://cli.github.com/manual/gh_api

gh api
-H "Accept: application/vnd.github+json"
-H "X-GitHub-Api-Version: 2022-11-28"
/orgs/ORG/docker/conflicts

main# GitHub CLI api
# https://cli.github.com/manual/gh_api

gh api \
  -H "Accept: application/vnd.github+json" \
  -H "X-GitHub-Api-Version: 2022-11-28" \
  /orgs/ORG/docker/conflicts
@HACKER007-SHIP-IT
Copy link
Copy Markdown
Author

http://localhost:4567
import { Octokit } from "octokit";
const octokit = new Octokit({ auth: "YOUR-TOKEN" });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant