diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 625a433..62e528a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,4 +49,5 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} TENDERLY_API_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }} TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }} - TENDERLY_ACCOUNT: ${{ secrets.TENDERLY_USER }} \ No newline at end of file + TENDERLY_ACCOUNT: ${{ secrets.TENDERLY_USER }} + \ No newline at end of file