Skip to content

Commit

Permalink
ci: use https with token
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 8, 2023
1 parent 52c21da commit 949826f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
poetry export --without-hashes --dev -o requirements_dev.txt
fi
if [ ! -f requirements_dev.txt ]; then echo no requirements;exit 0 ;fi
# git config --global url."${{ inputs.GH_USER_ADMIN }}:${{ inputs.GH_TOKEN_ADMIN }}@github.com".insteadOf ssh://[email protected]
git config --global url."https://${{ inputs.GH_TOKEN_ADMIN }}@github.com".insteadOf ssh://[email protected]
pip install -r requirements_dev.txt
- name: Create directories
Expand Down

0 comments on commit 949826f

Please sign in to comment.