Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions template/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ targets:
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'

# The public key to verify dependencies coming from the GitHub community. This ensures, that the package is
# The public key(s) to verify dependencies. This ensures, that the package is
# not tampered with.
publicKeys:
"@simatic-ax": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"@simatic-ax":
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"

# Dependencies
devDependencies:
Expand Down