Skip to content

Commit

Permalink
Merge pull request #49 from GoteoFoundation/fix/stripe_key_phpunit_ci
Browse files Browse the repository at this point in the history
[fix] CI: read STRIPE_API_KEY from action secrets
  • Loading branch information
subiabre authored Jan 16, 2025
2 parents 86d49c3 + 9147bcc commit dd12b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- uses: actions/checkout@v4

- uses: php-actions/composer@v6
env:
STRIPE_API_KEY: ${{ secrets.STRIPE_API_KEY }}
with:
php_version: ${{ env.PHP_VERSION }}
php_extensions: ${{ env.PHP_EXTENSIONS }}
Expand Down

0 comments on commit dd12b03

Please sign in to comment.