Skip to content

Commit 5c71598

Browse files
committed
fix cicd env var
Signed-off-by: sal rashid <salrashid123@gmail.com>
1 parent ef02a16 commit 5c71598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run tests
2727
env:
28-
CICD_SA_NAME: ${{ secrets.CICD_SA_EMAIL }}
28+
CICD_SA_EMAIL: ${{ secrets.CICD_SA_EMAIL }}
2929
CICD_SA_PEM: ${{ secrets.CICD_SA_PEM }}
3030

3131
run: go test -v ./...

0 commit comments

Comments
 (0)