-
Notifications
You must be signed in to change notification settings - Fork 0
48 lines (46 loc) · 1.19 KB
/
rss_apps.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
name: RSS Apps
on:
schedule:
- cron: '*/15 * * * *'
workflow_dispatch:
jobs:
OnePassword:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: guilhem/[email protected]
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://1password.statuspage.io/history.atom"
prefix: "[1Password]"
dry-run: "false"
lastTime: "24h"
labels: "1Password"
GitHub:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: guilhem/[email protected]
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://www.githubstatus.com/history.rss"
prefix: "[GitHub]"
dry-run: "false"
lastTime: "24h"
labels: "GitHub"
CloudFlare:
runs-on: ubuntu-latest
permissions: write-all
steps:
- uses: guilhem/[email protected]
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
feed: "https://www.cloudflarestatus.com/history.atom"
prefix: "[CloudFlare]"
dry-run: "false"
lastTime: "24h"
labels: "CloudFlare"