Skip to content

Commit

Permalink
feat: force to read GOVEE_API_KEY env
Browse files Browse the repository at this point in the history
  • Loading branch information
mgierada committed Aug 27, 2023
1 parent f16c6c7 commit 41899db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ env:
jobs:
build:
runs-on: ubuntu-latest
env:
GOVEE_API_KEY: ${{ secrets.GOVEE_API_KEY }}
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down

0 comments on commit 41899db

Please sign in to comment.