-
Notifications
You must be signed in to change notification settings - Fork 0
25 lines (25 loc) · 1.08 KB
/
dataplat.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
name: Check SQL Server Data Platform Community
on:
workflow_dispatch:
schedule:
- cron: "30 1 * * *"
jobs:
check-sql:
runs-on: ubuntu-latest
steps:
- name: Run the action
id: export
uses: potatoqualitee/[email protected]
with:
communities: DataGrillen, SQLBits, SQLServer, AzureSQL, databash_live, DataTgif, passdatasummit, sqlsaturday, groupbyconf, SQLServerRadio, sqlservercentrl, EightKbConf, psdbatools, datasaturdays
accounts-following: AzureSQL, SQLServer, redgate, sqlservercentrl, SQLServerMag
list-members: "1491474973998915587, 1569973251161616385"
list-followers: "1569973251161616385"
hashtags: "#sqlfamily"
include-private: false
env:
BLUEBIRDPS_API_KEY: "${{ secrets.BLUEBIRDPS_API_KEY }}"
BLUEBIRDPS_API_SECRET: "${{ secrets.BLUEBIRDPS_API_SECRET }}"
BLUEBIRDPS_ACCESS_TOKEN: "${{ secrets.BLUEBIRDPS_ACCESS_TOKEN }}"
BLUEBIRDPS_ACCESS_TOKEN_SECRET: "${{ secrets.BLUEBIRDPS_ACCESS_TOKEN_SECRET }}"
BLUEBIRDPS_BEARER_TOKEN: "${{ secrets.BLUEBIRDPS_BEARER_TOKEN }}"