From bff03056d777698eef4d3bb6150035d673a4920c Mon Sep 17 00:00:00 2001 From: Ben Yarger Date: Fri, 12 Apr 2024 12:59:53 -0700 Subject: [PATCH] Updating deploy script with write content permission. --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ba3e09c..7893fd8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,11 +3,11 @@ on: push: tags: - '*' +permissions: + contents: write jobs: publish: runs-on: ubuntu-latest - permissions: - contents: write steps: - uses: actions/checkout@v2 - name: Set up Java for publishing to Maven Central Repository