Skip to content

Commit

Permalink
Addressing Unity Access Permission Changes (https://docs.opensource.m…
Browse files Browse the repository at this point in the history
  • Loading branch information
AMollis committed Jan 9, 2024
1 parent 5ceb201 commit c37b659
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docs_mrtk2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
issues: read

jobs:
validation:
runs-on: windows-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/issue_labeler.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: "Issue Labeling"
on:
on:g
issues:
types: [opened, edited]

permissions:
contents: read
issues: write

jobs:
label-issue:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validation_mrtk2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
issues: read

jobs:
validation:
runs-on: windows-latest
Expand Down

0 comments on commit c37b659

Please sign in to comment.