Skip to content

Commit c64b43e

Browse files
committed
tmp
1 parent 1fc05a5 commit c64b43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/verify-samples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
push-repository: 'https://github.com/JetBrains/kotlin-compiler-server'
2828
tag-filter: '#tag="code" & kotlin-runnable="true" & !validate="false"'
2929
push-path: 'src/test/resources/test-compile-data/jvm/kotlin-web-site'
30-
username: '${{ steps.app-token.outputs.token }}'
30+
username: 'x-access-token'
31+
password: '${{ steps.app-token.outputs.token }}'
3132
report-error-only: true

0 commit comments

Comments
 (0)