From 291f8f2ac0c18b96a1ba938cfd21925e735ba33d Mon Sep 17 00:00:00 2001 From: Arina Gazhina Date: Tue, 27 Jan 2026 00:49:53 +0300 Subject: [PATCH] fix(kmp): publish token --- .github/workflows/publish-kmp.yaml | 1 + .../kotlin/com/atls/hyperion/ui/components/button/Layout.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/publish-kmp.yaml b/.github/workflows/publish-kmp.yaml index 73e3618a5..feba72106 100644 --- a/.github/workflows/publish-kmp.yaml +++ b/.github/workflows/publish-kmp.yaml @@ -17,5 +17,6 @@ jobs: appId: ${{ vars.ATLANTIS_SUPER_BOT_APP_ID }} appSecret: ${{ secrets.ATLANTIS_SUPER_BOT_PRIVATE_KEY }} workingDirectory: mobile/kmp + githubToken: ${{ secrets.GITHUB_TOKEN }} ref: ${{ github.sha }} gradleArguments: :ui:publishKotlinMultiplatformPublicationToGitHubPackagesRepository diff --git a/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt b/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt index 3077aaab7..41fa737b8 100644 --- a/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt +++ b/mobile/kmp/ui/src/commonMain/kotlin/com/atls/hyperion/ui/components/button/Layout.kt @@ -106,3 +106,4 @@ fun ButtonLayout( } } } +