From cb8f849d2698437a7a8ed55a9570cef649d2e589 Mon Sep 17 00:00:00 2001 From: Matthew Horridge Date: Mon, 16 Sep 2024 16:15:42 -0700 Subject: [PATCH] Added permissions to the workflow file --- .github/workflows/release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 755d196..5ceeb7d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -50,3 +50,6 @@ jobs: env: DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}} DOCKER_TOKEN: ${{secrets.DOCKER_PASSWORD}} + +permissions: + contents: write \ No newline at end of file