Skip to content

Commit 14a1370

Browse files
committed
ci: Reduce workflow permissions
1 parent 538f8b9 commit 14a1370

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@ on:
66
pull_request:
77

88
permissions:
9-
actions: write
10-
checks: write
119
contents: read
12-
deployments: none
13-
issues: read
14-
discussions: none
15-
packages: none
16-
pages: read
17-
pull-requests: write
18-
security-events: write
10+
checks: write
1911
statuses: write
2012

2113
jobs:

.github/workflows/publish.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,8 @@ on:
44
types: [published]
55

66
permissions:
7-
actions: write
8-
checks: write
97
contents: read
10-
deployments: read
11-
issues: write
12-
discussions: none
138
packages: write
14-
pages: write
15-
pull-requests: read
16-
security-events: read
17-
statuses: write
189

1910
jobs:
2011
publish:

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Only the latest version of the SDK is supported.
66
## Reporting a Vulnerability
77

88
To report a security concern, use the "[Report a Vulnerability](https://github.com/Vonage/vonage-kotlin-sdk/security/advisories/new)" tab.
9-
You can also contact the Developer Relations team directly via [email](devrel@vonage.com] for more private disclosure.
9+
You can also contact the Developer Relations team directly via [email](devrel@vonage.com) for more private disclosure.
1010
You can also [raise an Issue](https://github.com/Vonage/vonage-kotlin-sdk/issues/new/choose) and/or create a [Pull Request](https://github.com/Vonage/vonage-kotlin-sdk/pulls) from your fork of the repo.
1111
Please include as much detail as possible, an indication of severity and, ideally, a minimal reproducible example to demonstrate the issue if possible.

0 commit comments

Comments
 (0)