Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SC-662/PrivateRepos #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,16 @@ jobs:
name: CI
runs-on: windows-latest
steps:
- name: Store Credentials
run: |
echo "https://${{ secrets.EPC_GITHUB_PAT }}:@github.com" > ${HOME}/.git-credentials
git config --global credential.helper store
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive
token: ${{ secrets.EPC_GITHUB_PAT }}
- uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand Down
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "sub/epyqlib"]
path = sub/epyqlib
url = https://github.com/altendky/stlib
url = ../stlib

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ For instructions, see the [changelog confluence page](https://epcpower.atlassian

### CI

- SC-662: Use new global token, Store credentials for private repo installs, fix submodule.
- SC-401: Romp Removal / Poetry Implementation