@codyswann/lisa 1.53.7 → 1.53.8

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.
package/package.json CHANGED
@@ -72,7 +72,7 @@
72
72
  "axios": ">=1.13.5"
73
73
  },
74
74
  "name": "@codyswann/lisa",
75
- "version": "1.53.7",
75
+ "version": "1.53.8",
76
76
  "description": "Claude Code governance framework that applies guardrails, guidance, and automated enforcement to projects",
77
77
  "main": "dist/index.js",
78
78
  "exports": {
@@ -15,6 +15,7 @@ on:
15
15
  permissions:
16
16
  contents: write
17
17
  pull-requests: write
18
+ id-token: write
18
19
 
19
20
  jobs:
20
21
  autoupdate:
@@ -26,4 +27,4 @@ jobs:
26
27
  pr_number: ${{ github.event.pull_request.number || 0 }}
27
28
  repo_full_name: ${{ github.repository }}
28
29
  secrets:
29
- TRIGGER_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
30
+ CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}