From 3f535b4c36fcf6ae61609bb3a5fc28db31461ffb Mon Sep 17 00:00:00 2001 From: Tack kee Date: Tue, 27 Jan 2026 00:17:45 +0700 Subject: [PATCH] Potential fix for code scanning alert no. 1: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> Signed-off-by: Tack kee --- .github/workflows/Release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index e890bb5a7..d5e4cf823 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -1,5 +1,8 @@ name: GitHub Release with APKs +permissions: + contents: write + on: workflow_dispatch: push: