Skip to content

Commit 55e9f15

Browse files
authored
Merge pull request #42 from chicagopcdc/pcdc_dev
Pcdc dev
2 parents a817822 + 4cd0662 commit 55e9f15

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

.github/workflows/ci.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened, reopened]
7+
8+
concurrency:
9+
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
10+
cancel-in-progress: true
11+
12+
13+
jobs:
14+
Security:
15+
name: Security Pipeline
16+
uses: uc-cdis/.github/.github/workflows/securitypipeline.yaml@master
17+
with:
18+
python-poetry: 'false'
19+
secrets: inherit
20+
21+
ci:
22+
name: Build Image and Push
23+
uses: uc-cdis/.github/.github/workflows/image_build_push.yaml@master
24+
secrets:
25+
ECR_AWS_ACCESS_KEY_ID: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
26+
ECR_AWS_SECRET_ACCESS_KEY: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
27+
QUAY_USERNAME: ${{ secrets.QUAY_USERNAME }}
28+
QUAY_ROBOT_TOKEN: ${{ secrets.QUAY_ROBOT_TOKEN }}

.secinclude

-6
This file was deleted.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
authlib==0.14.2
22
authutils==4.0.0
3-
boto==2.36.0
3+
boto==2.39.0
44
cryptography==2.8
55
datamodelutils==1.0.0
66
dictionaryutils==3.2.0

0 commit comments

Comments
 (0)