diff options
author | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2024-01-23 11:17:51 +0100 |
---|---|---|
committer | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2024-01-23 11:17:51 +0100 |
commit | 993dcdbc45068da7d012dfd58b0f96ed3706b483 (patch) | |
tree | bb349d2e50baeaf2de288d831c5f776180750ad9 | |
parent | 4ce692eb8c6d213e98415c63ca6d34e28abd1715 (diff) | |
download | hugo-bearcub-993dcdbc45068da7d012dfd58b0f96ed3706b483.tar.gz hugo-bearcub-993dcdbc45068da7d012dfd58b0f96ed3706b483.tar.bz2 |
Add permissions to »Auto-Merge«-`job`
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6f5b9f..c0820d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: name: Dependabot Auto-Merge needs: build runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request'}} steps: - name: Dependabot metadata |