mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-21 16:38:37 -06:00
Ensure GITHUB_TOKEN is exposed to roadrunner api tests workflow
This commit is contained in:
parent
9949bb654d
commit
81393a76b4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user