Skip to content

Commit ad7d745

Browse files
committed
[ci skip] Remove extra secrets.
1 parent 994dd7d commit ad7d745

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)