From d072571f18aadbdb7ddd4d5f52fec3064005b7e3 Mon Sep 17 00:00:00 2001 From: ss-sonic Date: Tue, 4 Feb 2025 13:54:36 +0400 Subject: [PATCH] Add write permissions to publish workflow - Update GitHub Actions publish workflow to include write permissions - Enable automatic release creation and artifact publishing - Ensure proper GitHub Actions workflow configuration --- .github/workflows/publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 522a043..f0721b3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,10 @@ on: push: branches: [main] +# Add these permissions +permissions: + contents: write + env: CARGO_TERM_COLOR: always