We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637e147 commit 49ef5c1Copy full SHA for 49ef5c1
.github/workflows/actions-audit.yaml
@@ -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