Skip to content

Commit 694c1fc

Browse files
mads-hartmannroboquat
authored andcommitted
Add exepected env vars
1 parent e127895 commit 694c1fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ide-integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
sa_key: ${{ secrets.GCP_CREDENTIALS }}
5050
version: ${{ needs.configuration.outputs.version}}
5151
- name: Check
52+
env:
53+
ROBOQUAT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
USERNAME: ${{ secrets.IDE_INTEGRATION_TEST_USERNAME }}
55+
USER_TOKEN: $ {{ secrets.IDE_INTEGRATION_TEST_USER_TOKEN }}
5256
run: |
5357
echo "IDE tests would run here. Good luck Pudong 🧡"
5458
sleep 60

0 commit comments

Comments
 (0)