Commit 7a392c9
fix: use token instead of ssh-key for checkout and add changelog entry
Fix final issues in composite action conversion:
1. updater/action.yml:
- Replace ssh-key parameter with token parameter in checkout steps
- Composite actions receive GitHub tokens as inputs, not SSH keys
- This fixes the 'Permission denied (publickey)' errors in CI
2. CHANGELOG.md:
- Add changelog entry for the workflow-to-composite-actions conversion
- Satisfies Danger JS changelog requirement
This resolves all remaining CI failures and addresses both the review
comments and the Danger JS requirements.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 1a45fda commit 7a392c9
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments