Skip to content

Commit

Permalink
fix secret handling (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Jan 15, 2024
1 parent b456675 commit 25fed3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- name: Run tests
run: make test/e2e
env:
SLOCTL_CLIENT_ID: "${{ secrets.SLOCTL_CLIENT_ID }}"
SLOCTL_CLIENT_SECRET: "${{ secrets.SLOCTL_CLIENT_ID }}"
SLOCTL_CLIENT_ID: ${{ secrets.SLOCTL_CLIENT_ID }}
SLOCTL_CLIENT_SECRET: ${{ secrets.SLOCTL_CLIENT_SECRET }}
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: Release candidate
on:
push:
tags:
Expand Down

0 comments on commit 25fed3d

Please sign in to comment.