diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index f79b3bee0..61f6eeab0 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -72,4 +72,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} permissions: - contents: write # 保证GITHUB_TOKEN有足够的权限 \ No newline at end of file + contents: write # 保证GITHUB_TOKEN有足够的权限 + packages: write \ No newline at end of file