Skip to content

Commit 454e436

Browse files
committed
chore: Modulesync update
1 parent 704bcc5 commit 454e436

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ name: 🏷️ Pull Request Labeler
77
on:
88
- pull_request_target
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
labeler:
1215
name: Labeler
1316
permissions:
14-
contents: read
1517
pull-requests: write
1618
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
1719
with:

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
tags:
1010
- '*'
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
release:
1417
name: Release
15-
permissions:
16-
contents: read
1718
uses: voxpupuli/crafty/.github/workflows/release.yml@main
1819
with:
1920
allowed_owner: openvoxproject

0 commit comments

Comments
 (0)