Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Audit

permissions:
contents: read
pull-requests: write
on: [push]

jobs:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/publish.npm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: Publish to NPM
permissions:
contents: read
pull-requests: write
on:
workflow_dispatch:

Expand All @@ -17,7 +20,7 @@ jobs:

- name: Retrieve secrets from KSM
id: ksmsecrets
uses: Keeper-Security/ksm-action@master
uses: Keeper-Security/ksm-action@d92a3c5d1df69745083436ba189f64a9cc1b25f5
with:
keeper-secret-config: ${{ secrets.KSM_CONFIG }}
secrets: |
Expand Down
47 changes: 9 additions & 38 deletions keeperapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.