From a93403eab28c8b68db33ea9921d781d8b9aa168e Mon Sep 17 00:00:00 2001 From: Vince Jerald Villamora <1276544+vincejv@users.noreply.github.com> Date: Sun, 5 Nov 2023 03:31:48 +0800 Subject: [PATCH] Test 5 --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a6ec169..7a6b629 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,6 +56,9 @@ jobs: runs-on: ubuntu-latest needs: - release + permissions: + contents: read + packages: write steps: - name: Download digests uses: actions/download-artifact@v3