Skip to content

Commit c560d8c

Browse files
committed
Set vars in env
1 parent 6e66ccd commit c560d8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-bump-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
uses: actions/setup-node@v4
3030
- name: Generate matrix
3131
id: set-matrix
32+
env:
33+
ATLAS_ADMIN_V1_DOC_ID: ${{ vars.ATLAS_ADMIN_V1_DOC_ID }}
34+
ATLAS_ADMIN_V2_DOC_ID: ${{ vars.ATLAS_ADMIN_V2_DOC_ID }}
3235
run: |
3336
spec_mapping=$(node .github/scripts/generateSpecMapping.js)
3437
echo "matrix=$spec_mapping" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)