Skip to content

Firewatch

Firewatch #21368

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 # v2.0.4
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@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
with:
name: firewatch
path: firewatch.data
if-no-files-found: error
retention-days: 1