ref: 7a634f81a9ae1100ef9f1c1d948a4a773c9e473c
parent: 78e012c74f86e17af69ad9b640df3b6540ea184e
author: Michael Misch <michaelmisch1985@gmail.com>
date: Mon Mar 30 04:42:17 PDT 2020
Update test.yml
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -12,7 +12,11 @@
name: Build
runs-on: ubuntu-latest
steps:
-
+ - name: Configure git for private modules
+ env:
+ TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
+ run: git config --global url."https://halfwit:${TOKEN}@github.com".insteadOf "https://github.com"
+
- name: Set up Go 1.14
uses: actions/setup-go@v1
with: