Skip to content

Commit 835ea83

Browse files
committed
Save uncommitted changes
1 parent f683c29 commit 835ea83

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/publish-dev-containers.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
permissions:
99
contents: read
1010
actions: read
11+
id-token: write
1112

1213
jobs:
1314
main:
@@ -18,7 +19,7 @@ jobs:
1819
- name: Setup Node.js
1920
uses: actions/setup-node@v5
2021
with:
21-
node-version: '20.x'
22+
node-version: '24.x'
2223
registry-url: 'https://registry.npmjs.org'
2324
scope: '@devcontainers'
2425
- name: Verify Versions
@@ -46,5 +47,3 @@ jobs:
4647
path: .
4748
- name: Publish TGZ
4849
run: npm publish ${TGZ} --access public
49-
env:
50-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)