Skip to content

Commit 2dee593

Browse files
authored
chore: Update e2e-tests.yml (#55)
## Motivation Use transparent variable for client id so that we can track the secret ownership better.
1 parent 73b9b92 commit 2dee593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
- name: Run tests
1818
run: make test/e2e
1919
env:
20-
SLOCTL_CLIENT_ID: ${{ secrets.SLOCTL_CLIENT_ID }}
20+
SLOCTL_CLIENT_ID: ${{ vars.SLOCTL_CLIENT_ID }}
2121
SLOCTL_CLIENT_SECRET: ${{ secrets.SLOCTL_CLIENT_SECRET }}

0 commit comments

Comments
 (0)