mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
Configure git for private modules
This commit is contained in:
parent
20f7168306
commit
cd9ee93dca
1 changed files with 5 additions and 0 deletions
5
.github/workflows/go.yml
vendored
5
.github/workflows/go.yml
vendored
|
|
@ -10,6 +10,11 @@ jobs:
|
|||
env:
|
||||
GO111MODULE: "on"
|
||||
steps:
|
||||
|
||||
- name: Configure git for private modules
|
||||
env:
|
||||
TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||
run: git config --global url."https://meowgorithm:${TOKEN}@github.com".insteadOf "https://github.com"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue