mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-07-22 07:18:26 +02:00
fix(ci): do not push with basic auth
This commit is contained in:
parent
c13c83cba2
commit
80ba22a9a4
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ source $SELF_DIR/../cascading-pr-lib.sh
|
||||||
|
|
||||||
function push_self() {
|
function push_self() {
|
||||||
log_verbose "push cascading-pr action to user1/cascading-pr"
|
log_verbose "push cascading-pr action to user1/cascading-pr"
|
||||||
forgejo-test-helper.sh push_self_action http://user1:admin1234@${options[host_port]} user1 cascading-pr vTest
|
forgejo-test-helper.sh push_self_action http://placeholder:${options[token]}@${options[host_port]} user1 cascading-pr vTest
|
||||||
}
|
}
|
||||||
|
|
||||||
function user_login() {
|
function user_login() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue