From f9fb01e0e35206d9e7a17fa1c37f8811ab47a110 Mon Sep 17 00:00:00 2001 From: aiamnezia Date: Tue, 11 Feb 2025 15:28:47 +0400 Subject: [PATCH] Add write permissions to GitHub Actions deployment workflow --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e12b56..cf54758 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,6 +7,9 @@ on: tags: - '[0-9]+.[0-9]+.[0-9]+.[0-9]+' +permissions: + contents: write + env: QT_MIRROR: https://mirrors.ocf.berkeley.edu/qt/ # https://download.qt.io/static/mirrorlist/