@gowri48/npmpublish 1.2.3 → 1.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,6 @@ name: testing_1477_oidc
2
2
  on:
3
3
  workflow_dispatch:
4
4
 
5
- permissions:
6
- contents: read
7
- id-token: write
8
5
 
9
6
  jobs:
10
7
  publish:
@@ -18,11 +15,12 @@ jobs:
18
15
  registry-url: 'https://registry.npmjs.org'
19
16
  cache: 'npm'
20
17
 
21
- # Use a read-only token for installing dependencies
22
- - run: npm ci
23
- env:
24
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_READ }}
18
+ # # Use a read-only token for installing dependencies
19
+ # - run: npm ci
20
+
25
21
 
26
22
  # Publish uses OIDC - no token needed
27
23
  - run: npm publish
24
+ env:
25
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gowri48/npmpublish",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "description": "Your package description",
5
5
  "main": "index.js",
6
6
  "repository": "github:gowridurgad/npm-publish",