Commit c4d053e
fix: revert provenance auth to PLUGIN_PUBLISH_TOKEN (#33)
## Summary
- Reverts provenance check auth from GitHub App token back to
`PLUGIN_PUBLISH_TOKEN` PAT
- PR #23 introduced `CARTA_CI_APP_ID` / `CARTA_CI_APP_PRIVATE_KEY`
secrets that were never added to this repo, breaking all provenance
checks since merge
## Changes Made
- Removed `actions/create-github-app-token@v1` step
- Restored `PLUGIN_PUBLISH_TOKEN` as the auth token for cross-repo API
calls
- All other provenance logic (published_content_hash, deletion handling)
preserved
## Test plan
- [ ] Provenance check passes on this PR
- [ ] Verify cross-repo access to `carta/claude-marketplace` works with
the PAT
## Related
- Fixes regression from PR #23
- Unblocks PR #32
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent e3edd45 commit c4d053e
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | 16 | | |
23 | 17 | | |
24 | 18 | | |
| |||
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
42 | | - | |
| 36 | + | |
43 | 37 | | |
44 | 38 | | |
45 | 39 | | |
| |||
0 commit comments