Skip to content

Commit dc4563d

Browse files
committed
💚 fix token permissions
1 parent 2758e10 commit dc4563d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
1818
documentation:
1919
needs: publish
20+
permissions:
21+
pages: write
22+
id-token: write
2023
runs-on: ubuntu-latest
2124
steps:
2225
- name: Checkout

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-schema-class",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "An Abstract Class that uses JSON Schema validation to build an extensible application with strongish type",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)