Skip to content

Commit

Permalink
Update WorkFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Mar 7, 2024
1 parent 61e25f5 commit d71dad3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-with-kmm-bridge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ 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:
contents: write
packages: write
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
description: 'Deploying with KMM Bridge' # Optional
versionBaseProperty: '0.0.3' # Required
secrets:
# Provide secrets here if the external workflow requires them
Expand Down

0 comments on commit d71dad3

Please sign in to comment.