diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2e55fc11..14099e2b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -117,6 +117,8 @@ jobs: release: needs: tag + permissions: + contents: write uses: climatepolicyradar/reusable-workflows/.github/workflows/release.yml@main with: new_tag: ${{ needs.tag.outputs.new_tag }}