-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (26 loc) · 1.02 KB
/
powerbi.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
name: Check PowerBI Community
on:
workflow_dispatch:
schedule:
- cron: "45 2 * * *"
jobs:
check-sql:
runs-on: ubuntu-latest
steps:
- name: Run the action
id: export
uses: potatoqualitee/[email protected]
with:
specific-twitter-accounts: MSPowerBI, PowerBISummit, GuyInACube, Azure_Synapse, PowerBITips
account-followers: PowerBISummit
accounts-following: PowerBISummit, GuyInACube, Azure_Synapse, PowerBITips
list-members: "1569622310122029056, 1517855020254994432"
list-followers: "1569622310122029056, 1517855020254994432"
hashtags: "#pbifamily"
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 }}"