Skip to content

Commit

Permalink
chore: synced local '.github/workflows/export_github_data.yml' with r…
Browse files Browse the repository at this point in the history
…emote 'tools/sre_file_sync/export_github_data.yml'
  • Loading branch information
sre-read-write[bot] authored Sep 13, 2023
1 parent 5c0208e commit 2e54202
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/export_github_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@ name: GitHub repository metadata exporter
on:
workflow_dispatch:
schedule:
- cron: "0 7 * * *"
- cron: "20 7 * * *"

jobs:
export-data:
runs-on: ubuntu-latest
steps:
- name: Audit DNS requests
uses: cds-snc/dns-proxy-action@main
env:
DNS_PROXY_FORWARDTOSENTINEL: "true"
DNS_PROXY_LOGANALYTICSWORKSPACEID: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
DNS_PROXY_LOGANALYTICSSHAREDKEY: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Export Data
uses: cds-snc/github-repository-metadata-exporter@main
with:
Expand Down

0 comments on commit 2e54202

Please sign in to comment.