diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f58a2cd..33e9c26e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,12 +142,12 @@ jobs: uses: lowlighter/metrics/.github/workflows/examples.yml@master secrets: METRICS_TOKEN: ${{ secrets.METRICS_TOKEN }} - #METRICS_TOKEN_WITH_SCOPES: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }} - #PAGESPEED_TOKEN: ${{ secrets.PAGESPEED_TOKEN }} - #SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }} - #STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }} - #TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }} - #WAKATIME_TOKEN: ${{ secrets.WAKATIME_TOKEN }} + METRICS_TOKEN_WITH_SCOPES: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }} + PAGESPEED_TOKEN: ${{ secrets.PAGESPEED_TOKEN }} + SPOTIFY_TOKENS: ${{ secrets.SPOTIFY_TOKENS }} + STOCK_TOKEN: ${{ secrets.STOCK_TOKEN }} + TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }} + WAKATIME_TOKEN: ${{ secrets.WAKATIME_TOKEN }} # Build docker image from master and publish it to GitHub registry with release tag docker-release: