Skip to content

Commit cae0e7f

Browse files
authored
Inherit secrets in create-meeting-artifacts workflow (#200)
1 parent b63f33d commit cae0e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/create-meeting-artifacts-scheduled.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
matrix:
2828
groups: ${{ fromJson(needs.create-matrix.outputs.groups) }}
2929
uses: ./.github/workflows/create-meeting-artifacts-manual.yml
30+
secrets: inherit
3031
with:
3132
meeting_group: ${{ matrix.groups }}

0 commit comments

Comments
 (0)