Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

ci: bump repository configuration from template-refs/tags/v2.2.0 #718

ci: bump repository configuration from template-refs/tags/v2.2.0

ci: bump repository configuration from template-refs/tags/v2.2.0 #718

Workflow file for this run

name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
permissions:
actions: read
contents: read
pull-requests: read

Check failure on line 10 in .github/workflows/agreements.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/agreements.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/agreements.yaml" -> "splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.4" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
statuses: read
jobs:
call-workflow-agreements:
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.3
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}