Skip to content

Commit 30b9c9c

Browse files
committed
add permissions
1 parent 33ea8dd commit 30b9c9c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
quality_checks:
4141
uses: ./.github/workflows/quality-checks-devcontainer.yml
4242
needs: [get_config_values]
43+
permissions:
44+
contents: read
45+
packages: read
46+
attestations: read
4347
with:
4448
runtime_docker_image: "${{ needs.get_config_values.outputs.devcontainer_image }}:githubactions-${{ needs.get_config_values.outputs.devcontainer_version }}"
4549
secrets:

0 commit comments

Comments
 (0)