Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-release: support specifying a token in the configuration #512

Open
XaF opened this issue Apr 15, 2024 · 0 comments
Open

github-release: support specifying a token in the configuration #512

XaF opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@XaF
Copy link
Owner

XaF commented Apr 15, 2024

Follow-up to: #478

For cases where gh is not available, we should support to set a PAT in the configuration.

# Using gh auth token
github:

# Using gh auth token
github:
  auth:
    gh:

# Using gh auth token --hostname xxx
github:
  auth:
    gh:
      hostname: xxx

# Using gh auth token --hostname xxx --user yyy
github:
  auth:
    gh:
      hostname: xxx
      user: yyy

# Using TTT as token
github:
  auth:
    token: TTT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant