Skip to content

Commit

Permalink
Regression tests approval workflow: make permissions workflow-level (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll authored Jul 11, 2024
1 parent 9544878 commit 95d4218
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/approve-regression-tests-command.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Approve Regression Tests
permissions:
pull-requests: write
statuses: write
on:
workflow_dispatch:
inputs:
Expand Down Expand Up @@ -28,9 +29,6 @@ jobs:
approve-regression-tests:
name: "Approve Regression Tests"
runs-on: ubuntu-latest
permissions:
statuses: write
issues: write
steps:
- name: Get job variables
id: job-vars
Expand Down

0 comments on commit 95d4218

Please sign in to comment.