From a59bda4880a95cde11d2d131b3e50aba17bda195 Mon Sep 17 00:00:00 2001 From: Eiinu Date: Tue, 23 Jan 2024 11:20:45 +0800 Subject: [PATCH] chore(ci): update publish-beta.yml [skip ci] --- .github/workflows/publish-beta.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index e802bb074a..7110e5e22b 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -7,6 +7,9 @@ jobs: publish-beta: if: github.repository == 'jdf2e/nutui' runs-on: ubuntu-latest + permissions: + contents: read + id-token: write steps: - name: Checkout code uses: actions/checkout@v4