Skip to content

Commit

Permalink
Added dynamic secret
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveAldon committed Apr 23, 2024
1 parent 691a546 commit 410c194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

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

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

0 comments on commit 410c194

Please sign in to comment.