Skip to content

Commit

Permalink
Add clarification to dev-github-workflows that access tokens can be u…
Browse files Browse the repository at this point in the history
…sed in the password field/secret
  • Loading branch information
Exairnous committed Dec 29, 2024
1 parent deb6dca commit 257a3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-github-workflows.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Options:
- The username of the account for the registry you want to push to.
- Create a repository secret named `REGISTRY_USERNAME` to set a default username to use.
* The registry password. [REQUIRED]
- The password of the account for the registry you want to push to.
- Create a repository secret named `REGISTRY_PASSWORD` to set a default password to use.
- The password of the account (or the access token) for the registry you want to push to.
- Create a repository secret named `REGISTRY_PASSWORD` to set a default password/access token to use.
* The registry namespace. [REQUIRED]
- This is often the same as the username, but some registries allow you to manually specify a namespace.
- Create a repository variable named `REGISTRY_NAMESPACE` to set a default namespace to use.
Expand Down

0 comments on commit 257a3cb

Please sign in to comment.