GitHub Apps + GitHub Actionsで必要なアクセス権限のみ付与した一時トークンを取得する | DevelopersIO

こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、GitHub Apps + GitHub Actionsで必要なアクセス権限のみ付与した一時トークンを取得してみました。 やってみた GitHub Appsの作成 [https://github.com/settings/apps]で[New GitHub App]をクリック。 [GitHub App name]でアプリ名を指定します。(既存アプリと重…

GitHub Apps + GitHub Actionsで必要なアクセス権限のみ付与した一時的なアクセストークンを取得する | DevelopersIO

GitHub Apps + GitHub Actionsで必要なアクセス権限のみ付与した一時的なアクセストークンを取得する こんにちは、CX事業本部 IoT事業部の若槻です。 今回は、GitHub Apps + GitHub Actionsで必要なアクセス権限のみ付与した一時的なアクセストークンを取得してみました。 なぜGitHub Appsを使うのか GitHubではPersonal…

Software security starts with the developer: Securing developer accounts with 2FA | The GitHub Blog

The software supply chain starts with the developer. Developer accounts are frequent targets for social engineering and account takeover, and protecting developers from these types of attacks is the first and most critical step toward securing the supply chain. GitHub has a long history of protec…

GitHub – microsoft/Microsoft-3D-Movie-Maker: This is the source code for the original Microsoft 3D Movie Maker released in 1995. This is not supported software.

Microsoft 3D Movie Maker Released in 1995, this is the original source code to the Microsoft 3D Movie Maker project, now released under the MIT license as open source. Building instructions This project is unlikely to build successfully under modern hardware/software, but you can get started with…

GitHub – onceupon/Bash-Oneliner: A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance.

Bash-Oneliner I am glad that you are here! I was working on bioinformatics a few years ago and was amazed by those single-word bash commands which are much faster than my dull scripts, time saved through learning command-line shortcuts and scripting. Recent years I am working on cloud computing a…

ZenHubというGithub向けの開発リポジトリ管理ソフトを使ってみた | DevelopersIO

ZenHubとは? ZenHubはGithubに向けるプロジェクト管理(チケット管理や工程データ分析など)ソフトです。 ZenHubを使ってみる ZenHub for Github (Chrome Extension) ZenHub for GithubをインストールしてからGithubに入ったら、GithubのメニューにZenHubというタブが追加されます。 そのタブでZenHubにアクセスします…

Ruby 3.2.0dev にマージされた Rust YJIT をビルドする – koicの日記

YJIT の Rust 実装がマージされました。いまのところ今年の Shopify からの代表作ではと見ています (YJIT 自体は Ruby 3.1 で C 実装導入されている機能です) 。 github.com そういうわけで、現在の Ruby 3.2.0dev で YJIT を有効にする場合は、Rust の処理系 (1.60.0 以上) が必要になります。Rust のインストールに使…