actions / starter-workflows

Accelerating new GitHub Actions workflows
https://github.com/features/actions
Other
8.59k stars 5.07k forks source link

Uvidíme po této schvalovací recenzi, jestli se to rozběhne, nebo zde budou nějaké chyby!!! #2435

Open Jbones4life36 opened 1 week ago

Jbones4life36 commented 1 week ago
          Uvidíme po této schvalovací recenzi, jestli se to rozběhne, nebo zde budou nějaké chyby!!!

Originally posted by @lukins-cz in https://github.com/actions/runner-images/pull/10007#pullrequestreview-2111583426

Jbones4life36 commented 1 week ago

https://github.com/octokit/core.js#readme// Octokit.js // https://github.com/octokit/core.js#readme const octokit = new Octokit({ auth: 'YOUR-TOKEN' })

await octokit.request('DELETE /user/installations/{installation_id}/repositories/{repository_id}', { installation_id: 1, repository_id: 'REPOSITORY_ID', headers: { 'X-GitHub-Api-Version': '2022-11-28' } })