From 42b57e736a056ef164e8346ed9e0d18c2095b3fb Mon Sep 17 00:00:00 2001 From: Audrey Tang Date: Sun, 5 May 2024 16:28:05 +0800 Subject: [PATCH] * try new perms --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c3986ba..f296add9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + packages: write steps: - uses: actions/checkout@v2 - name: Generate book files @@ -23,6 +24,5 @@ jobs: - uses: ncipollo/release-action@v1 with: artifacts: "*.pdf,*.epub" - token: ${{ secrets.RELEASE_TOKEN }} tag: latest allowUpdates: true