Skip to content

Commit

Permalink
workflows/periodic-merges: explicitly inherit the secrets
Browse files Browse the repository at this point in the history
Apparently since we are callling a reusable workflow here, we need to explicitly pass the secrets. :(
  • Loading branch information
JohnRTitor committed Jan 15, 2025
1 parent 6ab6314 commit 38ebbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/periodic-merge-24h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ jobs:
with:
from: ${{ matrix.pairs.from }}
into: ${{ matrix.pairs.into }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/periodic-merge-6h.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ jobs:
with:
from: ${{ matrix.pairs.from }}
into: ${{ matrix.pairs.into }}
secrets: inherit

0 comments on commit 38ebbf7

Please sign in to comment.