Update pull.yml
This commit is contained in:
5
.github/workflows/pull.yml
vendored
5
.github/workflows/pull.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user