ITの隊長のブログ

ITの隊長のブログです。Rubyを使って仕事しています。最近も色々やっているお(^ω^ = ^ω^)

Github

GitHub Actionsのキャッシュを削除する

qiita.com Macで動いた $ brew install gh $ ORG=オーガナイズ名? $ REPO=リポジトリ名 $ gh api -X GET repos/${ORG}/${REPO}/actions/caches | jq '.actions_caches[].id' | xargs -L1 -I{} gh api -X DELETE repos/${ORG}/${REPO}/actions/caches/{}

ComposerでGithubからソースをダウンロードしようとしたら、トークン(?)を求められた

??? Could not fetch https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c, please create a GitHub OAuth token to go over the API rate limit Head to https://github.com/settings/tokens/new?scopes=rep…