Skip to content

Commit

Permalink
Adding SERVICE_ACCOUNT env var to acceptance workflow (#46)
Browse files Browse the repository at this point in the history
Signed-off-by: CharlieBlain <[email protected]>

Co-authored-by: CharlieBlain <[email protected]>
  • Loading branch information
CharlieBlain and CharlieBlain authored Feb 24, 2022
1 parent 5dabe4f commit 5cf7527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
HPEGL_USER_ID: ${{ secrets.HPEGL_USER_ID }}
HPEGL_VMAAS_LOCATION: ${{ secrets.HPEGL_VMAAS_LOCATION }}
HPEGL_VMAAS_SPACE_NAME: ${{ secrets.HPEGL_VMAAS_SPACE_NAME }}
SERVICE_ACCOUNT: ${{ secrets.SERVICE_ACCOUNT }}
HPEGL_API_VENDED_SERVICE_CLIENT: true
jobs:
ci:
Expand Down

0 comments on commit 5cf7527

Please sign in to comment.