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:
@@ -37,3 +37,4 @@ jobs:
|
||||
with:
|
||||
from: ${{ matrix.pairs.from }}
|
||||
into: ${{ matrix.pairs.into }}
|
||||
secrets: inherit
|
||||
|
||||
@@ -35,3 +35,4 @@ jobs:
|
||||
with:
|
||||
from: ${{ matrix.pairs.from }}
|
||||
into: ${{ matrix.pairs.into }}
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user