We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e4ddf5 + de371fa commit 375feb2Copy full SHA for 375feb2
.github/workflows/forms-flow-theme.yml
@@ -50,5 +50,8 @@ jobs:
50
aws-region: ${{ secrets.REGION }}
51
- run: npm ci
52
working-directory: ./scripts
53
- - run: BUCKET=${{ secrets.BUCKET}} VERSION=${{ env.VERSION }} node index forms-flow-theme
+ - run: node index forms-flow-theme
54
+ env:
55
+ BUCKET: ${{ secrets.BUCKET}}
56
+ VERSION: ${{ env.VERSION }}
57
0 commit comments