We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b53dd commit 8b22d8dCopy full SHA for 8b22d8d
.github/workflows/e2e.yml
@@ -17,5 +17,6 @@ jobs:
17
PASSWORD: ${{ secrets.E2E_USER_PASSWORD }}
18
CLIENT_ID: ${{ secrets.AUTH0_CLIENT_ID }}
19
CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}
20
+ OPSGENIE_KEY: ${{ secrets.OPSGENIE_KEY }}
21
run: ./test/e2e
22
0 commit comments