Commit 080a35a
fix: exempt secrets.GITHUB_TOKEN from steps validation and recompile workflows
GITHUB_TOKEN is GitHub's built-in runner token, not a user-defined secret.
Exempt it from the steps/post-steps secrets validation so existing workflows
using `GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}` in custom steps continue to
compile. Add filterBuiltinTokens helper and update tests accordingly.
Recompile all 184 workflow lock files with the updated binary.
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/a6405a5b-b8da-42ad-9724-cd95d533d211
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>1 parent 7dacab3 commit 080a35a
File tree
2 files changed
+35
-1
lines changed- pkg/workflow
2 files changed
+35
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
41 | 57 | | |
42 | 58 | | |
43 | 59 | | |
| |||
89 | 105 | | |
90 | 106 | | |
91 | 107 | | |
92 | | - | |
| 108 | + | |
93 | 109 | | |
94 | 110 | | |
95 | 111 | | |
| |||
0 commit comments