-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add audit logs to pulls, still need to refactor
- Loading branch information
1 parent
9497a26
commit 16f2405
Showing
5 changed files
with
100 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
const ACTION_ADD_SECRETS = 'addSecrets'; | ||
const ACTION_DELETE_SECRETS = 'deleteSecrets'; | ||
const ACTION_UPDATE_SECRETS = 'updateSecrets'; | ||
const ACTION_READ_SECRETS = 'readSecrets'; | ||
|
||
export { | ||
ACTION_ADD_SECRETS, | ||
ACTION_DELETE_SECRETS, | ||
ACTION_UPDATE_SECRETS | ||
ACTION_UPDATE_SECRETS, | ||
ACTION_READ_SECRETS | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters