Skip to content

Commit c04c179

Browse files
authored
housekeeping: Fix invalid environment in github action (#113)
1 parent 2af0dae commit c04c179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: 'echo "$SIGN_CLIENT_CONFIG" > SignPackages.json'
9393
shell: bash
9494
env:
95-
SSHSIGN_CLIENT_CONFIG_KEY: ${{secrets.SIGN_CLIENT_CONFIG}}
95+
SIGN_CLIENT_CONFIG: ${{secrets.SIGN_CLIENT_CONFIG}}
9696

9797
- name: Sign NuGet Packages
9898
uses: glennawatson/signclient@v1

0 commit comments

Comments
 (0)