ci: try https
This commit is contained in:
parent
0055bb8146
commit
7331571240
1 changed files with 4 additions and 0 deletions
4
.github/workflows/check.yaml
vendored
4
.github/workflows/check.yaml
vendored
|
|
@ -19,6 +19,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.KUNZEN_TOKEN }}
|
token: ${{ secrets.KUNZEN_TOKEN }}
|
||||||
submodules: true
|
submodules: true
|
||||||
|
- name: Configure Git
|
||||||
|
run: |
|
||||||
|
git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf git@github.com:
|
||||||
|
git config --global url."https://${{ secrets.GH_TOKEN }}@github.com/".insteadOf ssh://git@github.com/
|
||||||
- name: Setup Nix
|
- name: Setup Nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- name: Magic Nix Cache
|
- name: Magic Nix Cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue