Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 9, 2024
1 parent d231269 commit c9590b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ sudo reboot

- 🔴 Modify the PAT according to https://github.com/MonolithProjects/ansible-github_actions_runner?tab=readme-ov-file#requirements .
- 🔴 Modify the runner name.
- 🔴 Modify the GitHub account.

```bash
export PERSONAL_ACCESS_TOKEN=<your_personal_access_token>

ansible-playbook autoware.github_runner.runner_setup --ask-become-pass --extra-vars "runner_name=ovh-runner-01 reinstall_runner=true"
ansible-playbook autoware.github_runner.runner_setup --ask-become-pass --extra-vars "runner_name=ovh-runner-01 reinstall_runner=true github_account=xmfcx"
```

Set up the clean-up script.
Expand Down
1 change: 0 additions & 1 deletion playbooks/runner_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
runner_user: "ubuntu"
become: yes
vars:
- github_account: "xmfcx"
- github_owner: "autowarefoundation"
- runner_org: yes
- runner_group: "Default"
Expand Down

0 comments on commit c9590b5

Please sign in to comment.