Skip to content

Commit 427f4f8

Browse files
ci: add build step permissions
1 parent 4824fd7 commit 427f4f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ permissions:
66
# Allows the workflow to write pull request comments (required for dependabot in docker-dry-run job)
77
# https://docs.github.com/en/code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-on-github-actions#changing-github_token-permissions
88
pull-requests: write
9+
# permissions for build
10+
contents: read
11+
packages: write
12+
id-token: write
913

1014
concurrency:
1115
group: ${{ github.ref }}-pr-test

0 commit comments

Comments
 (0)