From a90bde80000af400519feb4265c59c9ba5febb80 Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Wed, 28 Jan 2026 17:33:11 -0500 Subject: [PATCH 1/2] fix(ci): add job-level permissions for publish workflow Add explicit permissions at the job level to ensure they flow correctly to the reusable workflow for creating GitHub releases. --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a6390b7..41fc91b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,6 +9,9 @@ permissions: jobs: publish: + permissions: + contents: write + actions: read uses: CodingWithCalvin/.github/.github/workflows/vsix-publish.yml@main with: extension-name: VsixManifestDesigner From c535347c13d18642b9125bb3c6b522726edd965f Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Wed, 28 Jan 2026 17:34:05 -0500 Subject: [PATCH 2/2] fix(ci): update extension description --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 41fc91b..4ab9ae7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,6 +17,6 @@ jobs: extension-name: VsixManifestDesigner display-name: 'VSIX Manifest Designer' marketplace-id: CodingWithCalvin.VS-VsixManifestDesigner - description: 'Visual Studio extension providing a visual designer for VSIX manifest files' + description: 'A Visual Studio extension providing a modern visual designer for VSIX manifest files!' hashtags: '' secrets: inherit