Skip to content

Commit 70f5b8f

Browse files
authored
Addressing GitHub Access Permission Changes (https://docs.opensource.m… (#11805)
* Addressing Unity Access Permission Changes (https://docs.opensource.microsoft.com/github/apps/permission-changes/) * Changing premissions to "contents"
1 parent 5ceb201 commit 70f5b8f

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/docs_mrtk2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
validation:
1114
runs-on: windows-latest

.github/workflows/issue_labeler.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: "Issue Labeling"
2-
on:
2+
on:g
33
issues:
44
types: [opened, edited]
55

6+
permissions:
7+
contents: read
8+
issues: write
9+
610
jobs:
711
label-issue:
812
runs-on: ubuntu-latest

.github/workflows/validation_mrtk2.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [ "main" ]
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
validation:
1114
runs-on: windows-latest

0 commit comments

Comments
 (0)