From 6a4df8628a45f5e4ea93b81a761276beb39901c9 Mon Sep 17 00:00:00 2001 From: Erik Arvidsson Date: Fri, 12 Jun 2026 10:24:49 +0000 Subject: [PATCH] ci: allow release workflow to push template git tags Grant contents: write so devcontainers/action can create the template__ tags automatically instead of failing with a warning. Co-Authored-By: Claude Fable 5 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f334b6f..18dbd97 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write # push the per-template git tags (template__) packages: write jobs: