Skip to content

Commit 49ef5c1

Browse files
committed
1 parent 637e147 commit 49ef5c1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# This workflow is managed by application-workflows; any changes will be lost.
2+
# yamllint disable-line rule:line-length
3+
# Source: https://github.com/RentTheRunway/application-workflows/tree/main/workflow-templates/github-helpers/actions-audit.yaml.tpl
4+
---
5+
6+
name: Github Actions Audit
7+
run-name: Audit ${{ github.event.repository.name }}
8+
9+
on: # yamllint disable-line rule:truthy
10+
workflow_dispatch:
11+
schedule:
12+
- cron: "30 03 * * 0,2,4"
13+
14+
jobs:
15+
actions-audit:
16+
# yamllint disable-line rule:line-length
17+
uses: RentTheRunway/infrastructure-workflows/.github/workflows/github-actions.yaml@main
18+
secrets: inherit

0 commit comments

Comments
 (0)