From eb3ac927eeebad88f91749d484166d6302240b38 Mon Sep 17 00:00:00 2001 From: Katy Baulch <46493669+katybaulch@users.noreply.github.com> Date: Tue, 19 Mar 2024 09:49:03 +0000 Subject: [PATCH] Add write contents permissions to tag job so github actions bot can create and push git tag (#101) --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e92508f3..2e55fc11 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -104,6 +104,8 @@ jobs: tag: needs: build + permissions: + contents: write uses: climatepolicyradar/reusable-workflows/.github/workflows/tag.yml@main with: repo-name: navigator-admin-backend