Commit 66ddb61
fix: use continue-on-error for GitHub App auth instead of secrets check in if
The secrets context is not available during workflow_dispatch parsing,
causing a 422 error when triggering via API. Use continue-on-error
on the auth step and fall back to GITHUB_TOKEN in the token step.
Co-Authored-By: AJ Steers <aj@airbyte.io>1 parent 9dd02c2 commit 66ddb61
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
| 81 | + | |
81 | 82 | | |
82 | | - | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments