We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc05a5 commit c64b43eCopy full SHA for c64b43e
.github/workflows/verify-samples.yml
@@ -27,5 +27,6 @@ jobs:
27
push-repository: 'https://github.com/JetBrains/kotlin-compiler-server'
28
tag-filter: '#tag="code" & kotlin-runnable="true" & !validate="false"'
29
push-path: 'src/test/resources/test-compile-data/jvm/kotlin-web-site'
30
- username: '${{ steps.app-token.outputs.token }}'
+ username: 'x-access-token'
31
+ password: '${{ steps.app-token.outputs.token }}'
32
report-error-only: true
0 commit comments