Skip to content

@Mobile • Build App triggered by mohamedzitouni on ref develop #31548

@Mobile • Build App triggered by mohamedzitouni on ref develop

@Mobile • Build App triggered by mohamedzitouni on ref develop #31548

Workflow file for this run

name: "@Mobile • Build App"
run-name: "@Mobile • Build App triggered by ${{ inputs.login || github.actor }} ${{ format('on ref {0}', github.ref_name) }}"
on:
workflow_dispatch:
inputs:
ref:
description: |
If you run this manually, and want to run on a PR, the correct ref should be refs/pull/{PR_NUMBER}/merge to
have the "normal" scenario involving checking out a merge commit between your branch and the base branch.
If you want to run only on a branch or specific commit, you can use either the sha or the branch name instead (prefer the first verion for PRs).
required: false
login:
description: The GitHub username that triggered the workflow
required: false
base_ref:
description: The base branch to merge the head into when checking out the code
required: false
prNumber:
description: PR number
required: false
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name != 'develop' && github.ref || github.run_id }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
build-mobile:

Check failure on line 32 in .github/workflows/build-mobile.yml

View workflow run for this annotation

GitHub Actions / @Mobile • Build App

Invalid workflow file

The workflow is not valid. .github/workflows/build-mobile.yml (Line: 32, Col: 3): Error calling workflow 'LedgerHQ/ledger-live/.github/workflows/build-mobile-reusable.yml@develop'. The workflow is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
name: "Build Mobile"
uses: LedgerHQ/ledger-live/.github/workflows/build-mobile-reusable.yml@develop
secrets: inherit