You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kristapsk you'll need this first, to be able to push updates to devices. otherwise, they'll refuse when seeing a new commit signed by an unknown key (yours).
at the moment, changes are verified with
git pull --verify-signatures
in https://github.com/nakamochi/sysupdates/blob/2290644e/update.sh#L40 which runs gpg-verify.but the keys which sign commits must first be marked as trusted in the gpg keychain.
The text was updated successfully, but these errors were encountered: