From bfad213dd1fd783fc80ca959d6283732fde3148a Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:10:32 +0800 Subject: [PATCH] give permissions to action --- .github/workflows/binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 088dbe15..46e8b823 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -84,6 +84,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + actions: write steps: - name: Download artefacts uses: actions/download-artifact@v4