We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0ef2b commit a7b29deCopy full SHA for a7b29de
.github/workflows/publish.yml
@@ -5,6 +5,10 @@ on:
5
tags:
6
- '*'
7
8
+permissions:
9
+ id-token: write # Required for OIDC
10
+ contents: read
11
+
12
jobs:
13
publish:
14
runs-on: ubuntu-latest
@@ -35,5 +39,3 @@ jobs:
35
39
36
40
- name: Publish to npm
37
41
run: npm publish
38
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -45,7 +45,7 @@
45
"license": "Apache-2.0",
46
"repository": {
47
"type": "git",
48
- "url": "github:smartystreets/smartystreets-javascript-sdk"
+ "url": "git+https://github.com/smartystreets/smartystreets-javascript-sdk.git"
49
},
50
"devDependencies": {
51
"@babel/preset-env": "^7.28.5",
0 commit comments