Skip to content

Empty Commit to sign CLA #4

Empty Commit to sign CLA

Empty Commit to sign CLA #4

Workflow file for this run

name: "CLA Assistant"
on:
pull_request_target:
types: [opened,closed,synchronize]
# explicitly configure permissions, in case your GITHUB_TOKEN workflow permissions are set to read-only in repository settings
permissions:
actions: write
contents: write
pull-requests: write
statuses: write
jobs:
build:
uses:
zaproxy/zaproxy/.github/workflows/cla.yml@main

Check failure on line 16 in .github/workflows/cla.yml

View workflow run for this annotation

GitHub Actions / CLA Assistant

Invalid workflow file

The workflow is not valid. .github/workflows/cla.yml (Line: 16, Col: 7): Secret ZAP_CLA_PAT is required, but not provided while calling.
secrets:
ZAP_CLA_PAT: ${{ secrets.ZAP_CLA_PAT }}