Skip to content

Commit

Permalink
Merge pull request #1242 from joreilly/kmmbridge
Browse files Browse the repository at this point in the history
kmmbridge changes
  • Loading branch information
joreilly authored Apr 5, 2024
2 parents eb44d2e + b5823f2 commit 56e2fe0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish-kmmbridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
# branches:
# - "main"

env:
MAVEN_USERNAME: ${{ secrets.REPSY_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.REPSY_PASSWORD }}

jobs:
call-kmmbridge-publish:
permissions:
Expand All @@ -19,4 +15,4 @@ jobs:
jvmVersion: 17
versionBaseProperty: LIBRARY_VERSION
secrets:
gradle_params: -DMAVEN_USERNAME=${{env.MAVEN_USERNAME}} -DMAVEN_PASSWORD=${{env.MAVEN_PASSWORD}}
gradle_params: -DMAVEN_USERNAME=${{ secrets.MAVEN_USERNAME }} -DMAVEN_PASSWORD=${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 56e2fe0

Please sign in to comment.