File tree Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Expand file tree Collapse file tree 2 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 31
31
- uses : actions/checkout@v3
32
32
- uses : devcontainers/ci@v0.2
33
33
env :
34
- DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
34
+ DOCKER_LOGIN_PAT : ${{ secrets.GITHUB_TOKEN }}
35
35
with :
36
36
push : never
37
37
cacheFrom : ghcr.io/rails-lambda/crypteia-ci
47
47
- uses : actions/checkout@v3
48
48
- uses : devcontainers/ci@v0.2
49
49
env :
50
- DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
50
+ DOCKER_LOGIN_PAT : ${{ secrets.GITHUB_TOKEN }}
51
51
with :
52
52
push : never
53
53
cacheFrom : ghcr.io/rails-lambda/crypteia-ci
Original file line number Diff line number Diff line change @@ -24,26 +24,14 @@ jobs:
24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@v3
27
- - name : Configure AWS
28
- uses : aws-actions/configure-aws-credentials@v1
29
- with :
30
- aws-access-key-id : ${{ secrets.ACCESS_KEY_ID }}
31
- aws-secret-access-key : ${{ secrets.SECRET_ACCESS_KEY }}
32
- aws-region : us-east-1
33
27
- name : Test
34
28
uses : devcontainers/ci@v0.2
35
29
with :
36
30
push : never
37
31
cacheFrom : ghcr.io/rails-lambda/crypteia-ci
38
- env : |
39
- AWS_ACCESS_KEY_ID
40
- AWS_SECRET_ACCESS_KEY
41
- AWS_SESSION_TOKEN
42
- AWS_DEFAULT_REGION
43
- AWS_REGION
44
32
runCmd : |
45
33
./bin/setup
46
- ./bin/test
34
+ ./bin/test-local
47
35
debian-arm64 :
48
36
name : Debian arm64
49
37
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments