We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b9b92 commit 2dee593Copy full SHA for 2dee593
.github/workflows/e2e-tests.yml
@@ -17,5 +17,5 @@ jobs:
17
- name: Run tests
18
run: make test/e2e
19
env:
20
- SLOCTL_CLIENT_ID: ${{ secrets.SLOCTL_CLIENT_ID }}
+ SLOCTL_CLIENT_ID: ${{ vars.SLOCTL_CLIENT_ID }}
21
SLOCTL_CLIENT_SECRET: ${{ secrets.SLOCTL_CLIENT_SECRET }}
0 commit comments