diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ceb8a49..9ea0a03 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,4 +15,4 @@ jobs: - name: Test run: make test env: - API_KEY: ${secrets.API_KEY} + API_KEY: ${{ secrets.API_KEY }}