Skip to content

Commit

Permalink
move perms to job for clomonitor (argoproj#2333)
Browse files Browse the repository at this point in the history
Signed-off-by: zachaller <[email protected]>

Signed-off-by: zachaller <[email protected]>
  • Loading branch information
zachaller authored and jandersen-plaid committed Nov 8, 2022
1 parent 127cc9f commit 22cf5b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
name: Approve and enable auto-merge for dependabot
on: pull_request

permissions:
pull-requests: write
contents: write

jobs:
review:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
if: ${{ github.actor == 'dependabot[bot]' && github.repository == 'argoproj/argo-rollouts'}}
steps:
- name: Dependabot metadata
Expand Down

0 comments on commit 22cf5b2

Please sign in to comment.