Skip to content

Commit

Permalink
test(env)
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Palmqvist <[email protected]>
  • Loading branch information
coolusername244 and PalmN72 committed Oct 19, 2023
1 parent 9c4e512 commit e963826
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
run: echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} echo "workspace= ${{ github.workspace }}""
with:
# changed this from GITHUB_PERSONAL_ACCESS_TOKEN_PATH to GITHUB_TOKEN
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -37,7 +36,7 @@ jobs:
cache: 'npm'
cache-dependency-path: ${{ github.workspace }}/apps/skolplattformen-app-new/package-lock.json
- name: set npm version
run: npm install -g [email protected]
run: npm install -g [email protected] && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} echo "workspace= ${{ github.workspace }}""
- name: install node modules
run: cd apps/skolplattformen-app-new && npm ci
- name: Setup local.properties
Expand Down

0 comments on commit e963826

Please sign in to comment.