Skip to content

Firewatch

Firewatch #19385

Workflow file for this run

on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
name: Firewatch
jobs:
FirewatchJob:
if: github.repository_owner == 'hashicorp'
runs-on: ubuntu-latest
steps:
- name: Firewatch
uses: breathingdust/firewatch@d44ea4b76b7ed38b97cfe8b0388cfc249ef1c7f2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
alert_threshold: 10
issue_age_months: 3
slack_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel: ${{ secrets.SLACK_CHANNEL }}
- name: UploadArtifact
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: firewatch
path: firewatch.data
if-no-files-found: error
retention-days: 1