From 37a66b5a611c67d6c25742519a2a98c0d1754f34 Mon Sep 17 00:00:00 2001 From: TheBunnyMan123 Date: Sat, 18 May 2024 02:03:45 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db7c7ce..37a2d1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,8 @@ on: jobs: build: runs-on: ubuntu-22.04 + permissions: + contents: write steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -34,8 +36,6 @@ jobs: - name: Upload Fabirc artifacts to release uses: svenstaro/upload-release-action@v2 - permissions: - contents: write with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: fabric/build/libs/*