Skip to content

fix: the album permission control problem #1040

fix: the album permission control problem

fix: the album permission control problem #1040

Workflow file for this run

name: Call CLA check
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
concurrency:
group: ${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress: true
jobs:
clacheck:
uses: linuxdeepin/.github/.github/workflows/cla-check.yml@master

Check failure on line 14 in .github/workflows/call-clacheck.yml

View workflow run for this annotation

GitHub Actions / Call CLA check

Invalid workflow file

The workflow is not valid. .github/workflows/call-clacheck.yml (Line: 14, Col: 11): Secret APP_ID is required, but not provided while calling.
secrets:
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}