Skip to content

Commit

Permalink
add token
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Jan 26, 2024
1 parent 978da23 commit 6e6bb68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ jobs:

steps:
- uses: actions/github-script@v6
with:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
export PUBLIC_URL=/react-dev
export REACT_APP_BRANCH=dev
Expand Down

0 comments on commit 6e6bb68

Please sign in to comment.