Skip to content

Commit 7bab60f

Browse files
committed
Update gpt-driver-tests.yml
1 parent a57d2ed commit 7bab60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gpt-driver-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
curl -X POST https://api.mobileboost.io/tests/execute \
150150
-H "Content-Type: application/json" \
151151
-d '{
152-
"organisationId": "$API_ORG_KEY",
152+
"organisationId": ${{ secrets.MOBILEBOOST_API_ORG_KEY }}",
153153
"platform": "ios"
154154
}'
155155
env:

0 commit comments

Comments
 (0)