Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Change how Bitbucket auth variables are shown #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/self-hosted-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ In either case, the steps to create a `REPO_TOKEN` are:

1. Use a Base64 encoder of your choice to encode a Bitbucket username and
password:
- `echo -n $USERNAME:$PASSWORD | base64`. The `-n` ensures the base64 does
- `echo -n {Bitbucket username}:{app password} | base64`. The `-n` ensures the base64 does
not contain the trailing newline that `echo` adds by default.
- copy the resulting Base64 token
2. In your repository, go to **Repository Settings** → **Repository
Expand Down