Skip to content

Commit d7f1756

Browse files
authored
ci: Fix GHCR authentication and workflow configuration (#104)
* chore: ignore VSCode workspace file * cleanup: remove duplicated CI workflows and stabilize pipeline * security: mark public host bindings as intentional (#nosec B104) * refactor: config model now ignores extra fields + cleanup CI workflows * ci: temporarily disable Railway deploy (installer broken upstream) * chore: finalize cleanup before switching to OpenAI dossier work * style: apply black and isort formatting * docs: add glitch-based animated README (Exploit to Karpathy edition) * ci: use GITHUB_TOKEN for GHCR authentication
1 parent bab28c7 commit d7f1756

File tree

2 files changed

+136
-984
lines changed

2 files changed

+136
-984
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
# ============================================================
2828
- name: Log in to GHCR
2929
run: |
30+
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io \
3031
echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io \
3132
-u "${{ github.actor }}" --password-stdin
3233

0 commit comments

Comments
 (0)