Skip to content

Commit 7d73f50

Browse files
chore: move test user and pass to secrets
1 parent e895b79 commit 7d73f50

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
env:
6262
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.PAT }}"} }'
6363
- name: 'Run Tests'
64+
env:
65+
TEST_USER_EMAIL: ${{ secrets.TEST_USER_EMAIL }}
66+
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
6467
run: |
6568
./update_doctrine.sh
6669
php artisan doctrine:migrations:migrate --no-interaction

phpunit.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,5 @@
2525
</testsuites>
2626
<php>
2727
<env name="APP_ENV" value="testing"/>
28-
<env name="TEST_USER_EMAIL" value="sebastian@tipit.net"/>
29-
<env name="TEST_USER_PASSWORD" value="1Qaz2wsx!"/>
3028
</php>
3129
</phpunit>

0 commit comments

Comments
 (0)