Merge branch 'master' of https://github.com/lowlighter/metrics
This commit is contained in:
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
@@ -55,14 +55,25 @@ jobs:
|
|||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
dryrun: yes
|
dryrun: yes
|
||||||
|
|
||||||
- name: Music plugin (playlist)
|
- name: Music plugin (playlist - apple)
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
base: ""
|
base: ""
|
||||||
repositories: 1
|
repositories: 1
|
||||||
plugin_music: yes
|
plugin_music: yes
|
||||||
plugin_music_playlist: ${{ secrets.MUSIC_PLAYLIST }}
|
plugin_music_playlist: ${{ secrets.MUSIC_PLAYLIST_APPLE }}
|
||||||
|
plugins_errors_fatal: yes
|
||||||
|
dryrun: yes
|
||||||
|
|
||||||
|
- name: Music plugin (playlist - spotify)
|
||||||
|
uses: lowlighter/metrics@master
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
base: ""
|
||||||
|
repositories: 1
|
||||||
|
plugin_music: yes
|
||||||
|
plugin_music_playlist: ${{ secrets.MUSIC_PLAYLIST_SPOTIFY }}
|
||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
dryrun: yes
|
dryrun: yes
|
||||||
|
|
||||||
@@ -128,3 +139,13 @@ jobs:
|
|||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
dryrun: yes
|
dryrun: yes
|
||||||
|
|
||||||
|
- name: Posts plugin
|
||||||
|
uses: lowlighter/metrics@master
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
|
base: ""
|
||||||
|
repositories: 1
|
||||||
|
plugin_posts: yes
|
||||||
|
plugin_posts_source: dev.to
|
||||||
|
plugins_errors_fatal: yes
|
||||||
|
dryrun: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user