From b1474881fd450207489c6a7262e092c283f59e3b Mon Sep 17 00:00:00 2001 From: Artjoms Laivins <38862673+Artlvns@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:47:17 +0100 Subject: [PATCH] Update tag-and-release.yaml --- .github/workflows/tag-and-release.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 71de07c..b5758ee 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -5,10 +5,11 @@ on: branches: - main +permissions: + contents: write + pull-requests: write + jobs: tag-and-release: uses: dsb-norge/github-actions-terraform/.github/workflows/terraform-module-release.yaml@v0 secrets: inherit - permissions: - contents: write # required for checkout action. - pull-requests: write # required for commenting on PR \ No newline at end of file