1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-02-17 22:40:35 +00:00

ci: Fix donating members list generation (#3200)

This commit is contained in:
2026-02-16 21:51:36 -06:00
parent ce17fa6ff4
commit b949185f00
5 changed files with 19 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ jobs:
sudo apt install pngquant
- name: Generate Donating Members List
env:
MEMBERS_API_URL: ${{ secrets.MEMBERS_API_URL }}
continue-on-error: true
run: |
pip install requests
@@ -218,6 +220,8 @@ jobs:
sudo apt install pngquant
- name: Generate Donating Members List
env:
MEMBERS_API_URL: ${{ secrets.MEMBERS_API_URL }}
continue-on-error: true
run: |
pip install requests
@@ -465,6 +469,8 @@ jobs:
sudo apt install pngquant
- name: Generate Donating Members List
env:
MEMBERS_API_URL: ${{ secrets.MEMBERS_API_URL }}
continue-on-error: true
run: |
pip install requests