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 b6dfaf9 commit 96eafe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm ci

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

- name: Build my App
run: npm run build && touch ./out/.nojekyll
Expand Down

0 comments on commit 96eafe7

Please sign in to comment.