Skip to content

Commit

Permalink
ci: update permissions for Dependabot auto-approve workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Jan 30, 2025
1 parent e899482 commit cd06717
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dep-autoapprove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ name: Dependabot auto-approve
on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
dependabot-approve:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'target/goalert'
permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write
steps:
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit cd06717

Please sign in to comment.