Skip to content

Commit

Permalink
Merge pull request #500 from amtrack/chore/simplify-devhub-auth
Browse files Browse the repository at this point in the history
chore(CI): simplify authenticating DevHub
  • Loading branch information
amtrack authored Jul 26, 2022
2 parents d3c25cb + cecc417 commit 5ec4a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
env:
SFDX_AUTH_URL_DEVHUB: ${{ secrets.SFDX_AUTH_URL_DEVHUB }}
run: |
npx sfdx-plugin-auth-url auth-url:import -d -a devhub "${SFDX_AUTH_URL_DEVHUB}"
npx sfdx auth:sfdxurl:store -d -a devhub -f /dev/stdin <<< "${SFDX_AUTH_URL_DEVHUB}"
yarn develop
- name: Run end-to-end tests
run: yarn test:e2e
Expand Down

0 comments on commit 5ec4a49

Please sign in to comment.