Skip to content

Commit c85b665

Browse files
authored
chore: fix copilot env setup (#2789)
<!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!: ⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
1 parent ce8c576 commit c85b665

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ jobs:
4444
# Maps port 6379 on service container to port 6380 on host
4545
- 6380:6379
4646

47-
env:
48-
NUXT_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/jabref?schema=public
49-
NUXT_SESSION_PASSWORD: somerandompasswordforcopilotNxFHaqCSPpBe6n5kRz2dru4hJ7K9bjgEtmsV8QAT3MDXcUfWGL
50-
5147
steps:
5248
- name: Checkout
5349
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -66,3 +62,5 @@ jobs:
6662

6763
- name: Init database
6864
run: pnpm prisma:push
65+
env:
66+
NUXT_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/jabref?schema=public

0 commit comments

Comments
 (0)