Skip to content

ci: run poetry publish without using a separate action #272

ci: run poetry publish without using a separate action

ci: run poetry publish without using a separate action #272

Workflow file for this run

name: "CLA Assistant"
on:
issue_comment:
types: [created]
pull_request_target:
types: [opened, closed, synchronize]
jobs:
call-workflow-agreements:

Check failure on line 9 in .github/workflows/aggreements.yaml

View workflow run for this annotation

GitHub Actions / CLA Assistant

Invalid workflow file

The workflow is not valid. .github/workflows/aggreements.yaml (Line: 9, Col: 3): Error calling workflow 'splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.3'. The workflow is requesting 'actions: read, pull-requests: read, statuses: read', but is only allowed 'actions: none, pull-requests: none, statuses: none'.
uses: splunk/addonfactory-github-workflows/.github/workflows/reusable-agreements.yaml@v1.3
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PERSONAL_ACCESS_TOKEN: ${{ secrets.PAT_CLATOOL }}