Update pull.yml

This commit is contained in:
Vu Quoc Anh
2025-01-06 23:13:33 +07:00
committed by GitHub
parent 52afa9d41d
commit 6ebbe6c763

View File

@@ -9,6 +9,9 @@ jobs:
# Run unit tests for the project # Run unit tests for the project
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
environment: Private Server Deploy
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -32,4 +35,4 @@ jobs:
- name: pyupio/safety-action - name: pyupio/safety-action
uses: pyupio/safety-action@v1.0.1 uses: pyupio/safety-action@v1.0.1
with: with:
api-key: ${{ secrets.SAFETY_API_KEY }} api-key: ${{ secrets.SAFETY_API_KEY }}