From dc968bcf8132fab16a02fc345336cd93893ffc93 Mon Sep 17 00:00:00 2001 From: Henry van der Vegte Date: Thu, 8 Feb 2024 09:58:49 +0100 Subject: [PATCH] [IngestionClient] Set contents: write permission on Github Action (#2263) --- .github/workflows/ingestion_client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ingestion_client.yaml b/.github/workflows/ingestion_client.yaml index fb318b81c..92100e30e 100644 --- a/.github/workflows/ingestion_client.yaml +++ b/.github/workflows/ingestion_client.yaml @@ -8,7 +8,7 @@ on: jobs: build: permissions: - packages: write + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v2