We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1eb148 commit 7906d20Copy full SHA for 7906d20
.github/workflows/push.yml
@@ -232,15 +232,15 @@ jobs:
232
profile:
233
runs-on: ubuntu-latest
234
name: profile
235
- needs: [setup, phpunit]
+ needs: [setup, ser]
236
services:
237
blackfire:
238
image: blackfire/blackfire
239
ports:
240
- 8707:8707
241
env:
242
- BLACKFIRE_SERVER_ID: "517a7aa6-1ec8-4d29-bff8-dddecf4333de"
243
- BLACKFIRE_SERVER_TOKEN: "21795bdce7c0b5d24f0ccbb42e2a7518feb5359840752b163652899f927cbf2b"
+ BLACKFIRE_SERVER_ID: ${{ secrets.BLACKFIRE_SERVER_ID }}
+ BLACKFIRE_SERVER_TOKEN: ${{ secrets.BLACKFIRE_SERVER_TOKEN }}
244
245
steps:
246
- uses: actions/checkout@master
0 commit comments