Skip to content

.github/workflows/actions-audit.yaml #144

.github/workflows/actions-audit.yaml

.github/workflows/actions-audit.yaml #144

# This workflow is managed by application-workflows; any changes will be lost.
# yamllint disable-line rule:line-length
# Source: https://github.com/RentTheRunway/application-workflows/tree/main/workflow-templates/github-helpers/actions-audit.yaml.tpl
---
name: Github Actions Audit
run-name: Audit ${{ github.event.repository.name }}
on: # yamllint disable-line rule:truthy
workflow_dispatch:
schedule:
- cron: "30 03 * * 0,2,4"
jobs:
actions-audit:
# yamllint disable-line rule:line-length
uses: RentTheRunway/infrastructure-workflows/.github/workflows/github-actions.yaml@main

Check failure on line 17 in .github/workflows/actions-audit.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/actions-audit.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/actions-audit.yaml" -> "RentTheRunway/infrastructure-workflows/.github/workflows/github-actions.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit