-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff58819
commit f79bcc9
Showing
3 changed files
with
21 additions
and
149 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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 | ||
|
||
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 | ||
secrets: | ||
# Provide secrets here if the external workflow requires them | ||
netrcUsername: ${{ secrets.NETRC_USERNAME }} | ||
netrcPassword: ${{ secrets.NETRC_PASSWORD }} |
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