From 34eff6418dea0aac8f4d64fe5493e98f83b7488b Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 5 Jan 2025 16:04:46 +0100 Subject: [PATCH] adds write permissions to "Process Training Data" workflow --- .github/workflows/process-training-data.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/process-training-data.yml b/.github/workflows/process-training-data.yml index 82f768d..0ce194a 100644 --- a/.github/workflows/process-training-data.yml +++ b/.github/workflows/process-training-data.yml @@ -8,6 +8,10 @@ on: branches: - main +permissions: + contents: write + packages: read + jobs: process-and-release: runs-on: ubuntu-latest