Update WorkFlow #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy WIth KMM Bridge Github Workflow | ||
on: [push, pull_request] # or any other event | ||
# Jobs : https://github.com/touchlab/KMMBridgeGithubWorkflow/blob/main/.github/workflows/faktorybuildautoversion.yml | ||
permissions: write-all | ||
jobs: | ||
call-external-workflow: | ||
uses: touchlab/KMMBridgeGithubWorkflow/.github/workflows/faktorybuildautoversion.yml@main | ||
with: | ||
# Provide inputs here if the external workflow requires them | ||
versionBaseProperty: '0.0.3' # Required | ||
jvmVersion: '17' # Optional | ||
retainBuildBranch: 'true' # Optional | ||
Check failure on line 17 in .github/workflows/deploy-with-kmm-bridge.yml GitHub Actions / Deploy WIth KMM Bridge Github WorkflowInvalid workflow file
|
||
secrets: | ||
# Provide secrets here if the external workflow requires them | ||
netrcUsername: ${{ secrets.NETRC_USERNAME }} | ||
netrcPassword: ${{ secrets.NETRC_PASSWORD }} |