Skip to content

Commit 410c194

Browse files
committed
Added dynamic secret
1 parent 691a546 commit 410c194

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727

2828
- name: Build my App
2929
run: npm run build && touch ./out/.nojekyll
30+
env:
31+
BASE_URL: ${{ secrets.BASE_URL }}
3032

3133
- name: Deploy 🚀
3234
uses: JamesIves/github-pages-deploy-action@v4.6.0

0 commit comments

Comments
 (0)