From ad2bb5bafbf8374ba6eec82c68bf8b9c1e274594 Mon Sep 17 00:00:00 2001 From: patrickskowronekdkfz <86347677+patrickskowronekdkfz@users.noreply.github.com> Date: Wed, 9 Oct 2024 08:45:33 +0200 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bf95580..6d87368 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,6 +15,12 @@ jobs: # This workflow defines how a maven package is built, tested and published. # Visit: https://github.com/samply/github-workflows/blob/develop/.github/workflows/docker-ci.yml, for more information uses: samply/github-workflows/.github/workflows/rust.yml@main + permissions: + contents: read + packages: write + pull-requests: read + security-events: write + statuses: read with: image-prefix: "samply/" components: '[ "ccp-patient-project-identificator" ]'