Skip to content

fix: use workflow from the fix branch for testing #54

fix: use workflow from the fix branch for testing

fix: use workflow from the fix branch for testing #54

Workflow file for this run

name: Commit
on: [ push, workflow_dispatch ]
jobs:
semantic_library_workflow:
name: push
uses: krogerco/Shared-CI-Workflow-Android/.github/workflows/semantic_library_workflow.yml@wrapper_validation_fix
with:
java_version: '24'
ktlint_version: '-1'
test_command: 'test'
secrets:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}
ORG_GRADLE_PROJECT_signingInMemoryKeyId: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyId }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyPassword }}
REPO_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}