From 40e06985f43fcb686192a0c60308842997704b31 Mon Sep 17 00:00:00 2001 From: UnixUser <38821945+Unix-User@users.noreply.github.com> Date: Fri, 23 May 2025 20:41:21 -0300 Subject: [PATCH] Potential fix for code scanning alert no. 3: 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 b44a8ba..69e88a7 100755 --- 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