Skip to content

Commit

Permalink
add secrets to pty image
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Nov 14, 2024
1 parent 4a94f32 commit 11fb815
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apps-pty-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Apps / Jobs
name: Apps / Pty Proxy

on:
pull_request:
Expand Down
1 change: 1 addition & 0 deletions apps/pty-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ COPY tooling/typescript/package.json ./tooling/typescript/package.json

COPY packages/db/package.json ./packages/db/package.json
COPY packages/validators/package.json ./packages/validators/package.json
COPY packages/secrets/package.json ./packages/secrets/package.json
COPY packages/logger/package.json ./packages/logger/package.json
COPY packages/job-dispatch/package.json ./packages/job-dispatch/package.json

Expand Down
11 changes: 7 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11fb815

Please sign in to comment.