Commit ef43cf5
fix: use vars.CONTINUE_APP_ID instead of secrets for App ID
GitHub App IDs are not sensitive and should be stored as repository
variables (vars) rather than secrets. This allows the workflow to
properly detect when the App ID is configured.
- Changed if condition from secrets.CONTINUE_APP_ID to vars.CONTINUE_APP_ID
- Changed app-id input from secrets.CONTINUE_APP_ID to vars.CONTINUE_APP_ID
- Private key remains as secrets.CONTINUE_APP_PRIVATE_KEY (correct)
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <noreply@continue.dev>1 parent 517323f commit ef43cf5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments