Skip to content

Firewatch

Firewatch #1014

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@9fd4a9c5d71091defabd7d931843b24341c19769 # v2.0.8
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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
with:
name: firewatch
path: firewatch.data
if-no-files-found: error
retention-days: 1