From acd5055e075e161022eebd3f39de8c57a0c5e031 Mon Sep 17 00:00:00 2001 From: Joaquin Gonzalez Date: Sat, 24 May 2025 00:13:43 -0300 Subject: [PATCH] add write permission for VERSION file --- .github/workflows/pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 92915bb..005b64c 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -6,6 +6,9 @@ on: branches: - '**' +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest