メモです。様々な事情があってHatenaBlog Workflows Boilerplate(β)を設定していたのですが、ドキュメントの表記とGitHub側の表示が変わっているところがありました。
ドキュメント
GitHub リポジトリの設定 「Secrets and variables > actions > Repository variables」 から以下のVariableを登録する
今のGitHubの表記
GitHub リポジトリの設定 「Secrets and variables > Actions > Variablesタブ > Repository variables」 から以下のVariableを登録する
ドキュメント
GitHub リポジトリの設定 「Secrets and variables > actions > Repository Secrets」 から以下のSecretを登録する
今のGitHubの表記
GitHub リポジトリの設定 「Secrets and variables > Actions > Repository secrets」 から以下のSecretを登録する
ドキュメント
GitHub リポジトリの設定 「Branches」 のAdd branch protection ruleボタンから、ルールを作成する Branch name pattern に main を指定する
今のGitHubの表記
GitHub リポジトリの設定 「Branches」 のAdd classic branch protection ruleボタンから、ルールを作成する Branch name pattern に main を指定する
あとで時間ができたらPull Requestを送ってみようと思うのですが、忘れそうなのでとりあえずブログに書き残しておきます。