Skip to content

Commit 0d99aed

Browse files
committed
tmp
1 parent bf417df commit 0d99aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/token-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
git config user.name "github-actions[bot]"
2727
git config user.email "github-actions[bot]@users.noreply.github.com"
28-
git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/JetBrains/kotlin-web-site.git
28+
git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/JetBrains/kotlin-compiler-server.git
2929
git checkout -b test-app-permissions-${{ github.run_id }}
3030
git commit --allow-empty -m "Test permissions"
3131
git push origin test-app-permissions-${{ github.run_id }}

0 commit comments

Comments
 (0)