Skip to content

Commit d4906d5

Browse files
committed
add fine grained permissions and remove old badge
1 parent bd3844a commit d4906d5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/linter.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33

44
name: Check Lint
55

6+
permissions:
7+
actions: write
8+
checks: write
9+
contents: read
10+
deployments: read
11+
issues: write
12+
discussions: write
13+
packages: read
14+
pages: write
15+
pull-requests: write
16+
security-events: write
17+
statuses: write
18+
619
on:
720
push:
821
branches: [ main ]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
![Stars](https://img.shields.io/github/stars/Vonage/vonage-python-code-snippets)
77
![Forks](https://img.shields.io/github/forks/Vonage/vonage-python-code-snippets)
88
![Last Commit](https://img.shields.io/github/last-commit/Vonage/vonage-python-code-snippets)
9-
![Maintained](https://img.shields.io/maintenance/yes/2020)
109
![Size](https://img.shields.io/github/repo-size/Vonage/vonage-python-code-snippets)
1110

1211
<img src="https://developer.nexmo.com/assets/images/Vonage_Nexmo.svg" height="48px" alt="Nexmo is now known as Vonage" />

0 commit comments

Comments
 (0)