diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index 6c0cb65..e576eb6 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -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