Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Update vars/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored Mar 30, 2021
1 parent fb1ee8c commit e786a35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ Wrapper to interact with the gsutil command line. It returns the stdout output.
Check if the author of a GitHub comment has admin or write permissions in the repository.

```
if(!hasCommentAuthorWritePermissions(repoName: "elastic/kibana", commentId: env.GT_COMMENT_ID)){
if(!hasCommentAuthorWritePermissions(repoName: "elastic/beats", commentId: env.GT_COMMENT_ID)){
error("Only Elasticians can deploy Docker images")
}
```
Expand Down Expand Up @@ -2979,4 +2979,3 @@ writeVaultSecret(secret: 'secret/apm-team/ci/temp/github-comment', data: ['secre

* secret: Name of the secret on the the vault root path. Mandatory
* data: What's the data to be written. Mandatory

0 comments on commit e786a35

Please sign in to comment.