Skip to content

Commit 13c1285

Browse files
committed
minisign
1 parent a9338fa commit 13c1285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/matrix_builds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
# Setup minisign key if available
146146
if [[ -n "${MINISIGN_KEY:-}" ]]; then
147147
mkdir -p "${HOME}/.minisign"
148-
echo "${{ secrets.MINISIGN_SIGKEY }}" > "${HOME}/.minisign/minisign.key"
148+
echo "${{ secrets.MINISIGN_KEY }}" > "${HOME}/.minisign/minisign.key"
149149
echo "SIGN_ENABLED=true" >> "$GITHUB_ENV"
150150
fi
151151

0 commit comments

Comments
 (0)