diff --git a/.github/workflows/create-meeting-artifacts-scheduled.yml b/.github/workflows/create-meeting-artifacts-scheduled.yml index 0739555..7b9e8df 100644 --- a/.github/workflows/create-meeting-artifacts-scheduled.yml +++ b/.github/workflows/create-meeting-artifacts-scheduled.yml @@ -27,5 +27,6 @@ jobs: matrix: groups: ${{ fromJson(needs.create-matrix.outputs.groups) }} uses: ./.github/workflows/create-meeting-artifacts-manual.yml + secrets: inherit with: meeting_group: ${{ matrix.groups }}