Skip to content

Commit

Permalink
docs: correct spelling of GitHub and GitLab
Browse files Browse the repository at this point in the history
Proposed-by: Frieder Schrempf <[email protected]>
Signed-off-by: Felix Moessbauer <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
  • Loading branch information
fmoessbauer authored and jan-kiszka committed May 10, 2024
1 parent 0727b47 commit c9f700e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/command-line/environment-variables.inc
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ Variables Glossary
| ``NETRC_FILE`` | Path to a .netrc file which will be copied to |
| (K,C) | the kas home dir as .netrc. |
+--------------------------+--------------------------------------------------+
| ``CI_SERVER_HOST`` | Environment variables from gitlab CI, if set |
| ``CI_SERVER_HOST`` | Environment variables from GitLab CI, if set |
| ``CI_JOB_TOKEN`` | .netrc is configured to allow fetching from |
| ``CI_JOB_URL`` | the gitlab instance. An entry will be appended |
| ``CI_JOB_URL`` | the GitLab instance. An entry will be appended |
| (K) | in case ``NETRC_FILE`` was given as well. Note |
| | that if the file already contains an entry for |
| | that host most tools would probably take that |
Expand Down
6 changes: 3 additions & 3 deletions docs/userguide/credentials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ setting the corresponding environment variables. These are added to the
When running in a GitHub Action or GitLab CI job, the ``.gitconfig`` file
is automatically injected.

Github Actions
GitHub Actions
~~~~~~~~~~~~~~

In combination with the
`webfactory/ssh-agent <https://github.com/webfactory/ssh-agent>`_ action,
this automatically makes the required credentials available to kas and
bitbake.

Gitlab CI
GitLab CI
~~~~~~~~~

When running in the GitLab CI, the ``CI_JOB_TOKEN`` can be used to access
Expand All @@ -66,7 +66,7 @@ Netrc File
----------

A ``.netrc`` file can be used to provide credentials for git or the
HTTP(S) / FTP fetcher. When running in the Gitlab CI, the ``CI_JOB_TOKEN``
HTTP(S) / FTP fetcher. When running in the GitLab CI, the ``CI_JOB_TOKEN``
is appended to automatically grant access to repositories that can be
accessed by the user that triggered the CI pipeline.

Expand Down

0 comments on commit c9f700e

Please sign in to comment.