Skip to content

Commit

Permalink
Addressing GitHub Access Permission Changes (https://docs.opensource.m…
Browse files Browse the repository at this point in the history
… (#11805)

* Addressing Unity Access Permission Changes (https://docs.opensource.microsoft.com/github/apps/permission-changes/)

* Changing premissions to "contents"
  • Loading branch information
AMollis committed Jan 9, 2024
1 parent 5ceb201 commit 70f5b8f
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
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read

jobs:
validation:
runs-on: windows-latest
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/issue_labeler.yaml
@@ -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
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: [ "main" ]

permissions:
contents: read

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

0 comments on commit 70f5b8f

Please sign in to comment.