workflows/periodic-merges: explicitly inherit the secrets

Apparently since we are callling a reusable workflow here, we need to explicitly pass the secrets. :(
This commit is contained in:
John Titor
2025-01-15 11:04:30 +05:30
parent 6ab6314d06
commit 38ebbf7c4f
2 changed files with 2 additions and 0 deletions

View File

@@ -37,3 +37,4 @@ jobs:
with:
from: ${{ matrix.pairs.from }}
into: ${{ matrix.pairs.into }}
secrets: inherit

View File

@@ -35,3 +35,4 @@ jobs:
with:
from: ${{ matrix.pairs.from }}
into: ${{ matrix.pairs.into }}
secrets: inherit