Skip to content

Commit aba6c4c

Browse files
committed
Update GitHub workflow for Service Account support
1 parent 772379a commit aba6c4c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
CLIENT_ID: '${{ secrets.CLIENT_ID }}'
1111
CLIENT_SECRET: '${{ secrets.CLIENT_SECRET }}'
1212
REFRESH_TOKEN: '${{ secrets.REFRESH_TOKEN }}'
13+
SERVICE_ACCOUNT_JSON: '${{ secrets.SERVICE_ACCOUNT_JSON }}'
1314
jobs:
1415
tests:
1516
runs-on: ubuntu-latest
@@ -31,4 +32,5 @@ jobs:
3132
-e CLIENT_ID \
3233
-e CLIENT_SECRET \
3334
-e REFRESH_TOKEN \
34-
${{env.APP_IMAGE}} composer ci
35+
-e SERVICE_ACCOUNT_JSON \
36+
${{env.APP_IMAGE}} composer ci

0 commit comments

Comments
 (0)