Skip to content

Commit

Permalink
decrypt_publisher_snk.sh: Remove pub key id replacement
Browse files Browse the repository at this point in the history
Resolves: No entry
  • Loading branch information
shinji-san committed Dec 30, 2023
1 parent 03a9426 commit 5d4d1d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/secrets/decrypt_publisher_snk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ rm -f ${CDIR}/../../src/SecretSharingDotNet.snk
# Decrypt the file
# --batch to prevent interactive command --yes to assume "yes" for questions
gpg --quiet --batch --yes --decrypt --passphrase="$PUBLISHER_SNK" --output ${CDIR}/../../src/SecretSharingDotNet.snk ${CDIR}/SecretSharingDotNetPublisher.snk.gpg
sed -i -r "s/(.*=)([0-9a-f]+)(.*)/\1$PUBLISHER_PUB_KEY\3/g" ${CDIR}/../../src/Cryptography/Secret.cs

0 comments on commit 5d4d1d4

Please sign in to comment.