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 3131 - uses : actions/checkout@v3
3232 - uses : devcontainers/ci@v0.2
3333 env :
34- DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
34+ DOCKER_LOGIN_PAT : ${{ secrets.GITHUB_TOKEN }}
3535 with :
3636 push : never
3737 cacheFrom : ghcr.io/rails-lambda/crypteia-ci
4747 - uses : actions/checkout@v3
4848 - uses : devcontainers/ci@v0.2
4949 env :
50- DOCKER_LOGIN_PAT : ${{ secrets.DOCKER_LOGIN_PAT }}
50+ DOCKER_LOGIN_PAT : ${{ secrets.GITHUB_TOKEN }}
5151 with :
5252 push : never
5353 cacheFrom : ghcr.io/rails-lambda/crypteia-ci
Original file line number Diff line number Diff line change @@ -24,26 +24,14 @@ jobs:
2424 steps :
2525 - name : Checkout
2626 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
3327 - name : Test
3428 uses : devcontainers/ci@v0.2
3529 with :
3630 push : never
3731 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
4432 runCmd : |
4533 ./bin/setup
46- ./bin/test
34+ ./bin/test-local
4735 debian-arm64 :
4836 name : Debian arm64
4937 runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments