fix: add permissions to read repository

Signed-off-by: Thomas Schuetz <thomas.schuetz@t-sc.eu>
This commit is contained in:
Thomas Schuetz 2023-03-23 12:04:19 +01:00
parent 950be6aef3
commit d6cc4cfcbf
No known key found for this signature in database
GPG Key ID: 2F8BF0EDDAA5778F

View File

@ -112,6 +112,7 @@ jobs:
GIT_SHA: ${{ needs.prepare_ci_run.outputs.GIT_SHA }}
permissions:
packages: write # Needed for pushing images to the registry
contents: read # Needed for checking out the repository
steps:
- name: Check out code
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3