We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01d0388 commit 136f0c1Copy full SHA for 136f0c1
1 file changed
.github/workflows/release.yml
@@ -27,7 +27,10 @@ jobs:
27
run: |
28
git config user.email "ci@connectorio.com"
29
git config user.name "ConnectorIO Bot"
30
- git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "git@github.com:"
+ git config url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "git@github.com:"
31
+ export GIT_TRACE_PACKET=1
32
+ export GIT_TRACE=1
33
+ export GIT_CURL_VERBOSE=1
34
env:
35
BUILD_USER: x-access-token
36
BUILD_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments