Skip to content

chore(deps): bump the cargo-weekly group across 1 directory with 5 updates #406

chore(deps): bump the cargo-weekly group across 1 directory with 5 updates

chore(deps): bump the cargo-weekly group across 1 directory with 5 updates #406

Workflow file for this run

name: PR Audit
on:
pull_request:
types: [labeled]
issue_comment:
types: [created]
permissions:
contents: read
pull-requests: read
jobs:
pr-audit:
if: >-
github.event_name == 'pull_request' ||
(
github.event_name == 'issue_comment' &&
github.event.issue.pull_request &&
contains(fromJson('["OWNER","MEMBER","COLLABORATOR"]'), github.event.comment.author_association)
)
uses: tempoxyz/gh-actions/.github/workflows/pr-audit.yml@1a49d3e9f9983a55832d7163faa970b7ba3c1af9

Check failure on line 22 in .github/workflows/pr-audit.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-audit.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-audit.yml" -> "tempoxyz/gh-actions/.github/workflows/pr-audit.yml@1a49d3e9f9983a55832d7163faa970b7ba3c1af9" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets:
EVENTS_KEY: ${{ secrets.EVENTS_KEY }}
EVENTS_CERT: ${{ secrets.EVENTS_CERT }}
EVENTS_ARGS: ${{ secrets.EVENTS_ARGS }}