Skip to content

Commit 04bf68f

Browse files
committed
Pass envvars to electron-builder step
1 parent 31e2445 commit 04bf68f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/notion-repackaged.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jobs:
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
NOTION_REPACKAGED_EDITION: ${{ matrix.edition }}
125+
NOTION_VERSION: ${{ env.NOTION_VERSION }}
126+
NOTION_REPACKAGED_REVISION: ${{ env.NOTION_REPACKAGED_REVISION }}
125127
run: npx electron-builder --${{ matrix.target }} -c ../electron-builder.js
126128

127129
cleanup:

0 commit comments

Comments
 (0)