Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
ci: permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
peanball authored Oct 2, 2023
1 parent f25b01b commit ea43765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Dependabot auto-approve
on: pull_request

permissions:
contents: write
pull-requests: write

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

0 comments on commit ea43765

Please sign in to comment.