Skip to content

Firewatch

Firewatch #39921

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@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
with:
name: firewatch
path: firewatch.data
if-no-files-found: error
retention-days: 1