Skip to content

Commit

Permalink
Fix working directory for engine access tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Jul 22, 2024
1 parent 2ab98aa commit 09c4751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
repositories: eternajs-folding-engines
- name: Set GitHub App token authentication for built engine access
run: git config url.https://x-access-token:${{ steps.engines-app-token.outputs.token }}@github.com/eternagame/eternajs-folding-engines.insteadOf ssh://[email protected]/eternagame/eternajs-folding-engines
working-directory: ./eternajs
- name: Install dependencies
run: npm ci
working-directory: ./eternajs
Expand Down

0 comments on commit 09c4751

Please sign in to comment.