Skip to content

Commit 375feb2

Browse files
authored
Merge pull request #562 from divyav-aot/rsbc/7.0.0
env added for theme yml(#74)
2 parents 8e4ddf5 + de371fa commit 375feb2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/forms-flow-theme.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ jobs:
5050
aws-region: ${{ secrets.REGION }}
5151
- run: npm ci
5252
working-directory: ./scripts
53-
- run: BUCKET=${{ secrets.BUCKET}} VERSION=${{ env.VERSION }} node index forms-flow-theme
53+
- run: node index forms-flow-theme
54+
env:
55+
BUCKET: ${{ secrets.BUCKET}}
56+
VERSION: ${{ env.VERSION }}
5457
working-directory: ./scripts

0 commit comments

Comments
 (0)