Skip to content

Commit

Permalink
fixing perms
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Jul 26, 2024
1 parent 868535a commit 9bf8921
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-for-build-warnings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'OPS status checker'

on:
pull_request_target:
pull_request:
types: [opened, synchronize, reopened]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: 'Dependency Review'
on: [pull_request_target]
on: [pull_request]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/do-not-merge-label-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

name: "Check labels that prevent merge"
on:
pull_request_target:
pull_request:
branches: [main]
types: [labeled, unlabeled]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-verifier.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MSDocs build verifier
on: pull_request_target
on: pull_request

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-protection.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on: [pull_request_target]
on: [pull_request]

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- ".markdownlint-cli2.jsonc"
- ".github/workflows/markdownlint.yml"
- ".github/workflows/markdownlint-problem-matcher.json"
pull_request_target:
pull_request:
paths:
- "**/*.md"
- ".markdownlint-cli2.jsonc"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebase-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "rebase required"

on:
push:
pull_request_target:
pull_request:
types: [synchronize]

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snippets5000.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Snippets 5000'
# Controls when the action will run. Triggers the workflow on push or pull request
# events on the main branch only.
on:
pull_request_target:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened]
workflow_dispatch:
Expand Down

0 comments on commit 9bf8921

Please sign in to comment.