From db356dd141515c4b9f3fea26068485ead5e9c8c2 Mon Sep 17 00:00:00 2001 From: RA341 Date: Thu, 26 Sep 2024 12:01:51 -0400 Subject: [PATCH] fixing perm --- .github/workflows/beta.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 785f86c..941bf6e 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -14,6 +14,7 @@ jobs: contents: write # to be able to publish a GitHub release issues: write # to be able to comment on released issues pull-requests: write # to be able to comment on released pull requests + packages: write # to be able to publish docker images steps: - uses: actions/checkout@v3 with: