diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9543c5d1..06415fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -77,7 +77,7 @@ jobs: plugins_errors_fatal: yes dryrun: yes - - name: Music plugin (recent) + - name: Music plugin (recent - spotify) uses: lowlighter/metrics@master with: token: ${{ secrets.METRICS_TOKEN }} @@ -88,6 +88,17 @@ jobs: plugin_music_token: ${{ secrets.SPOTIFY_TOKENS }} plugins_errors_fatal: yes dryrun: yes + + - name: Posts plugin (dev.to) + 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 - name: Habits plugin uses: lowlighter/metrics@master @@ -139,13 +150,3 @@ jobs: plugins_errors_fatal: 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