Commit 91cadfd
committed
shellcheck: fix SC2259 in step-7 — use env var instead of stdin pipe for GitHub token injection
Heredoc (<<'PYEOF') overrides piped stdin, so `printf ... | python3 - <<'PYEOF'`
discards the pipe. Pass token via GITHUB_TOKEN_VALUE env var and read from
os.environ in the Python script instead.1 parent 060a1ea commit 91cadfd
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
186 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments