Skip to content

Commit 4824fd7

Browse files
ci: update workflow permissions for dependabot (#508)
1 parent 61a2734 commit 4824fd7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: PR test
2-
description: tests the PR
32

43
on: [pull_request]
54

5+
permissions:
6+
# Allows the workflow to write pull request comments (required for dependabot in docker-dry-run job)
7+
# https://docs.github.com/en/code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-on-github-actions#changing-github_token-permissions
8+
pull-requests: write
9+
610
concurrency:
711
group: ${{ github.ref }}-pr-test
812
cancel-in-progress: true

0 commit comments

Comments
 (0)