Skip to content

Commit

Permalink
Merge pull request #195309 from Homebrew/zizmor-scheduled-excessive-p…
Browse files Browse the repository at this point in the history
…ermissions
  • Loading branch information
SMillerDev authored Dec 15, 2024
2 parents 5b77c7f + 8645274 commit dafb637
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ concurrency:
group: scheduled
cancel-in-progress: true

permissions:
issues: write

jobs:
create_matrix:
if: startsWith( github.repository, 'Homebrew/' )
Expand Down Expand Up @@ -57,6 +54,8 @@ jobs:
HOMEBREW_GITHUB_API_TOKEN: "${{ github.token }}"
GH_TOKEN: "${{ github.token }}"
REPORTING_ISSUE: 172732
permissions:
issues: write # To create issues
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit dafb637

Please sign in to comment.