From 835ea8302a816b1b3e897231af98870288d55b66 Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Thu, 23 Jul 2026 12:13:49 -0700 Subject: [PATCH] Save uncommitted changes --- .github/workflows/publish-dev-containers.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-dev-containers.yml b/.github/workflows/publish-dev-containers.yml index 7dae6ca8d..bb5e275bc 100644 --- a/.github/workflows/publish-dev-containers.yml +++ b/.github/workflows/publish-dev-containers.yml @@ -8,6 +8,7 @@ on: permissions: contents: read actions: read + id-token: write jobs: main: @@ -18,7 +19,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v5 with: - node-version: '20.x' + node-version: '24.x' registry-url: 'https://registry.npmjs.org' scope: '@devcontainers' - name: Verify Versions @@ -46,5 +47,3 @@ jobs: path: . - name: Publish TGZ run: npm publish ${TGZ} --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}