From 95dc2f512f7f3f22d89f54e1078baf53be140b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Zorro?= Date: Tue, 5 Mar 2024 10:47:11 -0500 Subject: [PATCH] ci(general): Added permissions to workflow file --- .github/workflows/main.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e93856d..f64afbf 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -2,6 +2,9 @@ name: Build, Test and Release on: push +permissions: + contents: write + jobs: build: runs-on: ubuntu-latest @@ -31,6 +34,4 @@ jobs: draft: ${{contains(github.ref, '-beta')}} files: | ./lib/scfz - LICENSE - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + LICENSE \ No newline at end of file