Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326064?usp=email )

Change subject: tests: Use HTTPS for wpbeta family file generation in GitHub 
actions
......................................................................

tests: Use HTTPS for wpbeta family file generation in GitHub actions

Change-Id: I8237615227d4cb85dff668225fac39080da43799
---
M .github/workflows/login_tests-ci.yml
M .github/workflows/oauth_tests-ci.yml
M .github/workflows/pywikibot-ci.yml
3 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved
  Mahveotm: Looks good to me, but someone else must approve
  jenkins-bot: Verified




diff --git a/.github/workflows/login_tests-ci.yml 
b/.github/workflows/login_tests-ci.yml
index afd0064..635f002 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -115,7 +115,7 @@
           NO_PROXY: ""
         run: |
           if  [ ${{matrix.family || 0}} == wpbeta ]; then
-            python pwb.py generate_family_file 
http://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
+            python pwb.py generate_family_file 
https://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
           fi
       - name: Generate user files
         run: |
diff --git a/.github/workflows/oauth_tests-ci.yml 
b/.github/workflows/oauth_tests-ci.yml
index c2576d1..099107e 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -98,7 +98,7 @@
           ALL_PROXY: socks5h://127.0.0.1:1080
           NO_PROXY: ""
         run: |
-          python pwb.py generate_family_file 
http://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
+          python pwb.py generate_family_file 
https://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
       - name: Generate user files
         run: |
           python -Werror::UserWarning -m pwb generate_user_files  \
diff --git a/.github/workflows/pywikibot-ci.yml 
b/.github/workflows/pywikibot-ci.yml
index 6edb323..59c74f1 100644
--- a/.github/workflows/pywikibot-ci.yml
+++ b/.github/workflows/pywikibot-ci.yml
@@ -116,7 +116,7 @@
           NO_PROXY: ""
         run: |
           if  [ ${{matrix.family || 0}} == wpbeta ]; then
-            python pwb.py generate_family_file 
http://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
+            python pwb.py generate_family_file 
https://${{matrix.code}}.wikipedia.beta.wmcloud.org/ wpbeta y
           fi
       - name: Generate user files
         run: |

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1326064?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I8237615227d4cb85dff668225fac39080da43799
Gerrit-Change-Number: 1326064
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Mahveotm <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to