Skip to content

Commit 160eb6a

Browse files
committed
fix: environment names is changed
1 parent d4969a5 commit 160eb6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/s3-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
aws-s3-us-integration:
1212
name: AWS S3 US Integration
1313
runs-on: ubuntu-latest
14-
environment: aws-integration
14+
environment: s3-integration
1515
env:
1616
REGION_NAME: us-east-1
1717
STACK_NAME: s3cli-iam
@@ -79,7 +79,7 @@ jobs:
7979
aws-s3-public-read-integration:
8080
name: AWS S3 Public Read Integration
8181
runs-on: ubuntu-latest
82-
environment: aws-integration
82+
environment: s3-integration
8383
env:
8484
REGION_NAME: us-east-1
8585
STACK_NAME: s3cli-public-bucket
@@ -128,7 +128,7 @@ jobs:
128128
aws-s3-frankfurt-integration:
129129
name: AWS S3 Frankfurt Integration
130130
runs-on: ubuntu-latest
131-
environment: aws-integration
131+
environment: s3-integration
132132
env:
133133
REGION_NAME: eu-central-1
134134
STACK_NAME: s3cli-private-bucket
@@ -178,7 +178,7 @@ jobs:
178178
# s3-compatible-integration:
179179
# name: S3 Compatible Integration
180180
# runs-on: ubuntu-latest
181-
# environment: aws-integration
181+
# environment: s3-integration
182182
# steps:
183183
# - name: Checkout code
184184
# uses: actions/checkout@v5

0 commit comments

Comments
 (0)