Skip to content

Commit

Permalink
add default github token for cloning sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Dec 12, 2021
1 parent 290e098 commit d7fe47b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sample-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
env:
SCRIPT_DIR: ./generator-jhipster-react-native/test/scripts
OS: ${{ matrix.os }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN }}
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY || '' }}
EXPO_TOKEN: ${{ secrets.EXPO_TOKEN || '' }}
JHIPSTER_VERSION: ${{ matrix.jhipster_version }}
steps:
- uses: actions/[email protected]
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/[email protected]
name: 'SETUP: checkout jhipster-sample-app-react-native'
with:
token: ${{ secrets.SAMPLE_GITHUB_TOKEN }}
token: ${{ secrets.SAMPLE_GITHUB_TOKEN || github.token }}
repository: ruddell/jhipster-sample-app-react-native
path: sample-app
- name: 'SETUP: git history'
Expand Down

0 comments on commit d7fe47b

Please sign in to comment.