Skip to content

Commit

Permalink
Merge pull request #81 from Salesforce-org-Impact-Labs/packaging-ci
Browse files Browse the repository at this point in the history
use hub
  • Loading branch information
mshanemc authored Jun 30, 2020
2 parents 7486dd1 + 193e58d commit 13ca888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
mkdir sfdx
wget -qO- https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz | tar xJ -C sfdx --strip-components 1
./sfdx/install
# echo ${{ secrets.SFDX_AUTH_URL }} > sfdx_auth
# sfdx force:auth:sfdxurl:store -f sfdx_auth -d
echo ${{ secrets.SFDX_AUTH_URL }} > sfdx_auth
sfdx force:auth:sfdxurl:store -f sfdx_auth -d
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 13ca888

Please sign in to comment.