1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-18 16:02:10 +00:00

feat: Generate member list (#3133)

This commit is contained in:
2025-09-17 13:58:28 -05:00
parent 14aac5dbdd
commit 2a30854f77
5 changed files with 7 additions and 111 deletions

View File

@@ -72,8 +72,6 @@ jobs:
continue-on-error: false
privileged: ${{ fromJSON(needs.metadata.outputs.privileged) }}
strict: true
secrets:
RO_DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }}
build_i18n:
if: ${{ contains(github.event.pull_request.labels.*.name, 'ci:build i18n') }}
@@ -108,8 +106,6 @@ jobs:
with:
ref: ${{github.event.pull_request.head.ref}}
repo: ${{github.event.pull_request.head.repo.full_name}}
secrets:
RO_DISCOURSE_API_KEY: ${{ secrets.RO_DISCOURSE_API_KEY }}
combine_build:
needs: [build_english, build_i18n, build_blog]