Skip to content

Commit c296dce

Browse files
authored
Merge pull request #312 from SolidOS/solidosDependencies
Solidos dependencies
2 parents 0fd53ff + 13635eb commit c296dce

3 files changed

Lines changed: 159 additions & 173 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,13 @@ jobs:
6868

6969
npm-publish-dev:
7070
needs: build
71+
permissions:
72+
id-token: write
73+
contents: read
7174
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main
7275
with:
7376
node_version: 22
7477

75-
npm-publish-staging:
76-
needs: build
77-
uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@staging
78-
with:
79-
node_version: 22
80-
8178
npm-publish-latest:
8279
needs: [build]
8380
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)