We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074ee61 commit e02d6d5Copy full SHA for e02d6d5
2 files changed
.github/workflows/release.yml
@@ -10,6 +10,7 @@ jobs:
10
publish:
11
name: Publish to npm
12
runs-on: ubuntu-latest
13
+ environment: npm
14
permissions:
15
contents: read
16
id-token: write
package.json
@@ -3,6 +3,10 @@
3
"version": "0.3.1",
4
"type": "module",
5
"description": "The Official Workos CLI",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/workos/cli"
9
+ },
"keywords": [
"workos",
"authkit",
0 commit comments