We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf417df commit 0d99aedCopy full SHA for 0d99aed
.github/workflows/token-test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
git config user.name "github-actions[bot]"
27
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
+ git remote set-url origin https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/JetBrains/kotlin-compiler-server.git
29
git checkout -b test-app-permissions-${{ github.run_id }}
30
git commit --allow-empty -m "Test permissions"
31
git push origin test-app-permissions-${{ github.run_id }}
0 commit comments