We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c4abb commit b307c71Copy full SHA for b307c71
.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