Ensure GITHUB_TOKEN is exposed to roadrunner api tests workflow

This commit is contained in:
Alejandro Celaya 2023-01-22 12:43:03 +01:00
parent 9949bb654d
commit 81393a76b4

View File

@ -60,6 +60,8 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2']
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # rr get-binary picks this env automatically
steps:
- uses: actions/checkout@v3
- run: docker-compose -f docker-compose.yml -f docker-compose.ci.yml up -d shlink_db_postgres