Skip to content

Commit f643c5c

Browse files
committed
Set all permissions to write
1 parent 5aa5340 commit f643c5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ permissions:
1313
deployments: write
1414
actions: write
1515
packages: write
16+
statuses: write
17+
security-events: write
18+
repository-projects: write
19+
pull-requests: write
20+
issues: write
21+
discussions: write
1622

1723
jobs:
1824
lint-and-test:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/yail",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "Programmer Network's official UI library for React",
55
"author": "Aleksandar Grbic - (https://programmer.network)",
66
"publishConfig": {

0 commit comments

Comments
 (0)