aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <425211+janraasch@users.noreply.github.com>2024-01-23 11:17:51 +0100
committerJan Raasch <425211+janraasch@users.noreply.github.com>2024-01-23 11:17:51 +0100
commit993dcdbc45068da7d012dfd58b0f96ed3706b483 (patch)
treebb349d2e50baeaf2de288d831c5f776180750ad9
parent4ce692eb8c6d213e98415c63ca6d34e28abd1715 (diff)
downloadhugo-bearcub-993dcdbc45068da7d012dfd58b0f96ed3706b483.tar.gz
hugo-bearcub-993dcdbc45068da7d012dfd58b0f96ed3706b483.tar.bz2
Add permissions to »Auto-Merge«-`job`
-rw-r--r--.github/workflows/ci.yml3
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