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