Skip to content

Commit b6dfaf9

Browse files
committed
Added dynamic secret
1 parent 410c194 commit b6dfaf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ jobs:
2323
run: npm ci
2424

2525
- name: Extract repository name
26-
run: echo "BASE_URL=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
26+
run: echo "BASE_PATH=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 2)" >> $GITHUB_ENV
2727

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

3331
- name: Deploy 🚀
3432
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)