From 46fa3225e28daa9d03ba6045db5c1e481002b1ee Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Fri, 31 Dec 2021 20:25:11 -0500 Subject: [PATCH] build: allows the token to write packages --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62e29b7..e0a266e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,6 +14,8 @@ on: jobs: release: runs-on: ubuntu-latest + permissions: + packages: write steps: - name: Checkout uses: actions/checkout@v2