Skip to content

Commit

Permalink
Fix GitHub Action secret syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nauxliu committed Sep 2, 2020
1 parent d8bc573 commit db1315b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Test
run: make test
env:
API_KEY: ${secrets.API_KEY}
API_KEY: ${{ secrets.API_KEY }}

0 comments on commit db1315b

Please sign in to comment.