-
Notifications
You must be signed in to change notification settings - Fork 1
31 lines (31 loc) · 898 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: CI
on: push
jobs:
CI:
name: Continuous Integration
runs-on: ubuntu-latest
permissions:
# required by aws-actions/configure-aws-credentials
id-token: write
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: ./ci.sh
- uses: guardian/actions-riff-raff@v4
with:
projectName: identity:identity-gateway
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
githubToken: ${{ secrets.GITHUB_TOKEN }}
buildNumberOffset: 5000
configPath: ./riff-raff.yaml
contentDirectories: |
identity-gateway:
- identity-gateway.zip
gateway-cloudformation:
- cdk/cdk.out