Skip to content

Commit

Permalink
fix: use correct signing key 20230518
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed May 29, 2023
1 parent d53b7b1 commit 686c8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo "Using test signing key"
else
echo "${{ secrets.AKMOD_PRIVKEY_20230517 }}" > certs/private_key.priv
echo "${{ secrets.AKMOD_PRIVKEY_20230518 }}" > certs/private_key.priv
fi
# DEBUG: get character count of key
wc -c certs/private_key.priv
Expand Down

0 comments on commit 686c8d0

Please sign in to comment.