We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c82f2 commit 9c22150Copy full SHA for 9c22150
1 file changed
.github/workflows/lint.yml
@@ -26,6 +26,9 @@ jobs:
26
- 3.4
27
steps:
28
- uses: actions/checkout@v6
29
+ - name: Configure Git for private repo access
30
+ run: |
31
+ git config --global url."https://x-access-token:${{ secrets.GH_PRIVATE_REPO_TOKEN }}@github.com/".insteadOf "https://github.com/"
32
- uses: ruby/setup-ruby@v1
33
with:
34
ruby-version: ${{ matrix.ruby }}
0 commit comments