-
Notifications
You must be signed in to change notification settings - Fork 0
116 lines (90 loc) · 2.37 KB
/
NEWS.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
name: UPDATE-NEWS
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
env:
TELEGRAM: ${{ secrets.TELEGRAM }}
CHAT_ID: ${{ secrets.CHAT_ID }}
MASTODON: ${{ secrets.MASTODON }}
PST_KEY: ${{ secrets.PST_KEY }}
PST_KEY_SECRET: ${{ secrets.PST_KEY_SECRET }}
PST_TOKEN: ${{ secrets.PST_TOKEN }}
PST_TOKEN_SECRET: ${{ secrets.PST_TOKEN_SECRET }}
BSKY_mail: ${{ secrets.BSKY_mail }}
BSKY_pass: ${{ secrets.BSKY_pass }}
BN_API_KEY: ${{ secrets.BN_API_KEY }}
jobs:
Update-news:
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Antarea
if: always()
run: ./antarea.ps1
#- name: Ar Gaouenn
#if: always()
#run: ./ar_gaouenn.ps1
- name: Ascete
if: always()
run: ./ascete.ps1
- name: CRBPO
if: always()
run: ./crbpoinfo.ps1
- name: Faune-France
if: always()
run: ./faune-france.ps1
- name: Faune & Nature
if: always()
run: ./faunenature.ps1
- name: Faune-PACA Publication
if: always()
run: ./faunepaca_publication.ps1
#- name: INPN
#if: always()
#run: ./inpn.ps1
#- name: La Pie Bavarde
#if: always()
#run: ./lapiebavarde.ps1
#- name: LPO Rapaces
#if: always()
#run: ./lporapaces.ps1
- name: Martinia
if: always()
run: ./martinia.ps1
- name: Naturae
if: always()
run: ./naturae.ps1
- name: Nature France
if: always()
run: ./naturefrance.ps1
- name: Oiseaux de France
if: always()
run: ./odf.ps1
- name: Ornithomedia
if: always()
run: ./ornithomedia.ps1
- name: Plume de Naturalistes
if: always()
run: ./plumedenaturalistes.ps1
#- name: Réseau CEN
#if: always()
#run: ./reseau_cen.ps1
- name: SHF
if: always()
run: ./shf.ps1
- name: Tour du Valat
if: always()
run: ./tourduvalat.ps1
#- name: UICN-FR
#if: always()
#run: ./uicnfr.ps1
- name: VigiNature
if: always()
run: ./viginature.ps1
- name: Xeno-Canto
if: always()
run: ./xeno-canto.ps1
- name: Zoom-Nature
if: always()
run: ./zoom-nature.ps1