Hi There, I get the following error when I try to run apax install: apax install i STEP 1/6: Init Installation ✔ Project data collected succesfully. ✔ apax-lock.json is in sync. i STEP 2/6: Install dependency catalogs ✔ Global cache is up-to-date with requested catalogs. i STEP 3/6: Resolve dependencies ✔ Collected 76 dependencies from apax-lock.json ✔ Use apax update to check for newer ones. i STEP 4/6: Update apax-lock.json. ℹ Lockfile is in sync, using existing apax-lock.json i STEP 5/6: Download and link dependencies. ✔ Selected 62 of 76 packages for your platform. ✔ Global cache is up-to-date. ✔ Packages and workspaces linked. ✔ dependency.json created. ✔ Command bin-links deleted. i STEP 6/6: Security checks: verify signatures and create contributed commands. ✖ Error while verifying signatures. ✖ Signature verification failed for the following packages: - @ax/simatic-ax (signature_invalid) This means they have been tampered and are NOT safe to use, or you have entered a wrong public key in your apax.yml. Installation failed - check console output above for more information. ℹ using apax version: 4.0.0 Usage Error: Error while installing dependencies. Check console output above for more information. I never had a public key for the @ax/simatic-ax in the apax.yml and it was working before, any ideas? apax.yml: # General information name: "biogasplant-modules" version: 0.0.31 type: lib keywords: - library - tiax author: <PSC> # Description will be displayed in the apax extension description: <Modules for a biogas plant> # Targets to be compiled with 'apax build' targets: - "1500" - llvm # Catalog: catalogs: "@ax/simatic-ax": ^2504.0.0 # Dependencies devDependencies: "@ax/sdk": ^2504.0.0 "@ax/ax2tia": 11.0.18 "@ax/axunit-mocking": 8.0.33 dependencies: "@ax/simatic-1500-alarming": 4.0.0 "@ax/system-bitaccess": 10.0.24 "@ax/system-timer": 10.0.24 "@psc304/interfaces": ^0.0.5 "@psc304/timer": ^0.0.6 "@ax/system-datetime": 10.0.24 "@ax/system-edgedetection": 10.0.24 # Environment variables variables: APAX_BUILD_ARGS: - "--debug" # Generate debug information for target "1500" # an arbitrary directory that can be chosen freely PATH_NAME: "./bin/handover-folder" # This will be the name of the Lib in TIA, you can change the predefined output path where the TIA Portal library will be generated TIA_GLOBAL_LIB_PATH: "./biogasplant-modules" # !!! IMPORTANT !!! set the path to your latest local TIA Portal installation, this can be any starting at V18 TIA_INSTALL_PATH: "C:\\Program Files\\Siemens\\Automation\\Portal V20" # Apax scripts scripts: # transfer a AX Library to handover library documents for a TIA Libray export-tia-handover-documents: ax2tia -i ./bin/1500/*.lib -o "$PATH_NAME" # convert library handover documents into a global library for the TIA Portal. import-handover-documents-to-tia: '"$TIA_INSTALL_PATH\\bin\\Siemens.Simatic.Lang.Library.Importer.exe" -i "$PATH_NAME" -o "$TIA_GLOBAL_LIB_PATH" -u' create-tialib: - apax build - apax export-tia-handover-documents - apax import-handover-documents-to-tia # Files, which will be shipped with the library files: - bin - tiap-library registries: '@simatic-ax': 'https://npm.pkg.github.com/' '@psc304': 'https://npm.pkg.github.com/' publicKeys: "@psc304": 88efd965a3255118950e3e636673bea50933f511450e8d62a60c401c1a742cf9