feat: support fetching from private repositories #104
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
security
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Reference
forgejo/release-notes-assistant!104
Loading…
Reference in a new issue
No description provided.
Delete branch "earl-warren/release-notes-assistant:wip-git-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The token is set for Git to use if needed to read the repository, in a temporary script that echos it if needed. The script is set in the GIT_ASKPASS environement variable and will be used by Git when and if a password is required.
https://git-scm.com/docs/gitcredentials/2.50.0#_requesting_credentials
If
GIT_ASKPASSis commented out the tests fail as follows: