From 03c8dd211405445318763b818f5c6ea98797ebc9 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Mon, 22 Dec 2025 14:16:30 +0000 Subject: [PATCH] Remove superfluous permissions Turns out the reason the overarching feature metadata package couldn't be written to was that there was a package by the same name from a previous attempt of building devcontainer features in a since deleted repository that still existed! --- .github/workflows/release.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5cbb600..a86e87e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,8 +12,6 @@ jobs: runs-on: ubuntu-latest permissions: - contents: write - id-token: write packages: write steps: