diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0013d04691..5593938cff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'jdf2e/nutui' runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - name: Checkout code