Skip to content

Commit 815634b

Browse files
committed
drop region
1 parent 4d4739d commit 815634b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
timeout-minutes: 20
1818
env:
1919
S3_BUCKET: ${{ secrets.S3_BUCKET || 'heroku-php-extensions' }}
20-
S3_REGION: ${{ secrets.S3_REGION || '' }}
2120
S3_PREFIX: ${{ inputs.S3_PREFIX || matrix.stack.prefix }}
2221
BUILDPACK: ./vendor/heroku/heroku-buildpack-php
2322
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

.github/workflows/mkrepo.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242

4343
env:
4444
S3_BUCKET: ${{ secrets.S3_BUCKET || 'heroku-php-extensions' }}
45-
S3_REGION: ${{ secrets.S3_REGION || '' }}
4645
S3_PREFIX: ${{ inputs.S3_PREFIX || matrix.stack.develop }}
4746
BUILDPACK: ./vendor/heroku/heroku-buildpack-php
4847

.github/workflows/sync.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131

3232
env:
3333
S3_BUCKET: ${{ secrets.S3_BUCKET || 'heroku-php-extensions' }}
34-
S3_REGION: ${{ secrets.S3_REGION || '' }}
3534
BUILDPACK: ./vendor/heroku/heroku-buildpack-php
3635

3736
steps:

0 commit comments

Comments
 (0)