From db6abfd399bc987c1f268c9a803db42f09b6adb4 Mon Sep 17 00:00:00 2001 From: UnixUser <38821945+Unix-User@users.noreply.github.com> Date: Tue, 3 Jun 2025 10:25:09 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 9: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 517cc79..751c964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,7 @@ name: Notify twitter on: [push] +permissions: + contents: read jobs: setup: runs-on: ubuntu-latest