Skip to content

Commit

Permalink
Update Ruby doc
Browse files Browse the repository at this point in the history
The use of a service account/machine user was a workaround to replicate
someone creating a trivial PR, but is not recommended as it is a
security loophole.
  • Loading branch information
deborahchua committed Dec 8, 2023
1 parent 736dd42 commit a1e2785
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source/manual/ruby.html.md
Expand Up @@ -28,12 +28,6 @@ We use [bulk-changer][] to automatically raise pull requests in GOV.UK repositor

For applications, you will usually need to change the ruby version in two places - in .ruby-version (which is used by rbenv), and in Dockerfile (which is used during deployment)

It's advised not to use your personal GitHub account to create the access token required by the script, as another developer will need to approve the PRs. You can use [govuk-ci GitHub account](https://github.com/govuk-ci). The login credentials for the account can be fetched from [govuk-secrets](https://github.com/alphagov/govuk-secrets/tree/main/pass) with:

```
PASSWORD_STORE_DIR=~/govuk/govuk-secrets/pass/2ndline pass github/govuk-ci
```

#### Manually raising a PR

You can also create your own branch, update the two files as above, and raise a PR.
Expand Down

0 comments on commit a1e2785

Please sign in to comment.