From 85ba45813ccf2478a137cebe5053d67ef790b2e4 Mon Sep 17 00:00:00 2001 From: Yinan Qin <39023210+ganyuanzhen@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:15:03 +0800 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 343f731..faf8340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,9 @@ jobs: os: [ ubuntu-latest ] name: Build ${{ matrix.os }} runs-on: ${{ matrix.os }} + permissions: + packages: write + contents: read steps: - uses: actions/checkout@v3 - name: Build image