Skip to content

Commit 1fc05a5

Browse files
committed
tmp
1 parent 1f0bcfc commit 1fc05a5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/token-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ jobs:
3535
run: |
3636
git config user.name "github-actions[bot]"
3737
git config user.email "github-actions[bot]@users.noreply.github.com"
38+
39+
echo "=== Before ==="
40+
git remote -v
41+
42+
git config --unset-all http.https://github.com/.extraheader || true
3843
git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/JetBrains/kotlin-compiler-server.git
44+
45+
echo "=== After ==="
46+
git remote -v
47+
3948
git checkout -b test-app-permissions-${{ github.run_id }}
4049
git commit --allow-empty -m "Test permissions"
4150
git push origin test-app-permissions-${{ github.run_id }}

0 commit comments

Comments
 (0)