From c954b97c6dd4d7fabecfd772449f607992f537ee Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Mon, 27 Nov 2023 12:52:48 -0700 Subject: [PATCH] update gha permissions --- .github/workflows/build-tag.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-tag.yml b/.github/workflows/build-tag.yml index 4f16d7e..62f6ddf 100644 --- a/.github/workflows/build-tag.yml +++ b/.github/workflows/build-tag.yml @@ -4,6 +4,9 @@ on: branches: - 'master' +permissions: + contents: write + jobs: wordpress: name: Release @@ -33,4 +36,4 @@ jobs: git tag "$VERSION" git push --tags env: - TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + TOKEN: ${{ secrets.GITHUB_TOKEN }}