🖱️ クイックスタート(GUI 版)
GitHub の Web UI を使ったセットアップ手順です。
(ここをクリック)目次
flowchart LR
A["1. Fork"] --> B["2. PAT 作成"]
B --> C["3. Secrets 設定"]
C --> D["4. Actions 有効化"]
D --> E["5. Workflow 実行"]
1. 🍴 Repository を Fork する
本 Repository を自分のアカウントまたは Organization に Fork してください。
Repository ページ右上の「 Fork 」ボタンをクリックします。
(ここをクリック)Fork ボタンのスクリーンショットを表示
> **参考画像:** Repository ページ右上に「 Fork 」ボタンが表示されています。 > >
>
>
2. 🔑 PAT を作成する
GitHub の Settings > Developer settings > Personal access tokens から PAT を作成します。
(ここをクリック)PAT 作成画面のスクリーンショットを表示
> **参考画像:** Settings > Developer settings > Personal access tokens 画面 > >
必要な権限の詳細は 認証・トークンガイド を参照してください。Fine-grained token の制約事項については Fine-grained token の制約事項 も合わせてご確認ください。
3. 🔒 Secrets を設定する
Fork 先 Repository の Settings > Secrets and variables > Actions で以下を追加します。
(ここをクリック)Secrets 設定画面のスクリーンショットを表示
> **参考画像:** Settings > Secrets and variables > Actions 画面 > >
>
>
| Secret 名 | 説明 |
|---|---|
PROJECT_PAT |
作成した PAT |
4. ⚡ GitHub Actions を有効化する
Fork した Repository では GitHub Actions がデフォルトで無効になっています。
- Fork 先 Repository の
Actionsタブを開く - 「 I understand my workflows, go ahead and enable them 」ボタンをクリックする
(ここをクリック)Actions 有効化画面のスクリーンショットを表示
> **参考画像:** `Actions` タブで「 I understand my workflows, go ahead and enable them 」ボタンが表示されている画面 > >
Note: 詳しくは トラブルシューティング > Fork 後に GitHub Actions が動かない を参照してください。
5. ▶️ Workflow を実行する
Fork 先 Repository の Actions タブから Workflow を選択し、Run workflow をクリックして実行します。
(ここをクリック)Workflow 実行画面のスクリーンショットを表示
> **参考画像:** `Actions` タブから Workflow を選択し Run workflow をクリックする画面 > >
>
>
各 Workflow の詳細は個別ページをご参照ください。