Skip to content

Commit

Permalink
Supply env var from GitHub secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
zoonman committed Jun 26, 2023
1 parent 00fbe71 commit b11aae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:

- name: Run test suite
run: composer run-script test
env:
PIXABAY_API_KEY: ${{ secrets.PIXABAY_API_KEY }}

0 comments on commit b11aae3

Please sign in to comment.