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 1f0bcfc commit 1fc05a5Copy full SHA for 1fc05a5
1 file changed
.github/workflows/token-test.yml
@@ -35,7 +35,16 @@ jobs:
35
run: |
36
git config user.name "github-actions[bot]"
37
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
43
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
47
48
git checkout -b test-app-permissions-${{ github.run_id }}
49
git commit --allow-empty -m "Test permissions"
50
git push origin test-app-permissions-${{ github.run_id }}
0 commit comments