Skip to content

fix workflow

fix workflow #38

name: plugin release to QA
on:
push:
branches:
- releases/[0-9]+.x.x/[0-9]+.[0-9]+.x/[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
paths-ignore:
- master
jobs:
Run-Unit-Tests:

Check failure on line 11 in .github/workflows/release_QA_workflow.yml

View workflow run for this annotation

GitHub Actions / plugin release to QA

Invalid workflow file

The workflow is not valid. .github/workflows/release_QA_workflow.yml (Line: 11, Col: 3): Error calling workflow 'AppsFlyerSDK/appsflyer-unity-plugin/.github/workflows/main.yml@5a550be2c18b89e1eb94c7dfd65f9e467ae108bf'. The nested job 'testAndroid' is requesting 'actions: write, attestations: write, checks: write, contents: write, deployments: write, discussions: write, issues: write, packages: write, pages: write, pull-requests: write, repository-projects: write, statuses: write, security-events: write, id-token: write', [...]
uses: ./.github/workflows/main.yml
secrets: inherit
Release-To-QA:
needs: [Run-Unit-Tests]
uses: ./.github/workflows/release_to_QA.yml
secrets: inherit