Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Jun 4, 2023
1 parent 3e5868f commit 789c673
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,10 @@ jobs:
name: Set up git token authentication
run: |
config_key="http.${{ github.server_url }}/.extraheader"
git config --list
git config "$config_key" \
"Authorization: Basic $(echo -n "x-access-token:${{ secrets.PAT_REVIEW }}" | base64 -w0)"
git config --list
echo "config_key=$config_key" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -188,7 +190,8 @@ jobs:
git commit -m "Auto-update cassettes"
git pull --rebase origin $cassette_source_branch
git push origin HEAD:$cassette_branch
git config --list
GIT_TRACE=2 GIT_CURL_VERBOSE=2 git push origin HEAD:$cassette_branch
cd ../..
if [ $is_pull_request ]; then
Expand Down

0 comments on commit 789c673

Please sign in to comment.