Skip to content

Commit

Permalink
Additional tracing for release execution.
Browse files Browse the repository at this point in the history
Signed-off-by: Łukasz Dywicki <[email protected]>
  • Loading branch information
splatch committed Nov 20, 2023
1 parent 01d0388 commit 136f0c1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
run: |
git config user.email "[email protected]"
git config user.name "ConnectorIO Bot"
git config --global url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
git config url."https://${BUILD_USER}:${BUILD_TOKEN}@github.com/".insteadOf "[email protected]:"
export GIT_TRACE_PACKET=1
export GIT_TRACE=1
export GIT_CURL_VERBOSE=1
env:
BUILD_USER: x-access-token
BUILD_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 136f0c1

Please sign in to comment.