Skip to content

Commit

Permalink
Changed actions
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusnordlander committed Jun 16, 2023
1 parent 0a86411 commit 5e78511
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
timeout-minutes: 20

env:
S3_BUCKET: heroku-php-extensions
S3_BUCKET: ${{ env.S3_BUCKET }}
S3_REGION: ${{ env.S3_REGION }}
BUILDPACK: ./vendor/heroku/heroku-buildpack-php
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/mkrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
stack: ['heroku-20', 'heroku-22']

env:
S3_BUCKET: heroku-php-extensions
S3_BUCKET: ${{ env.S3_BUCKET }}
S3_REGION: ${{ env.S3_REGION }}
BUILDPACK: ./vendor/heroku/heroku-buildpack-php

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
stack: ['heroku-20', 'heroku-22']

env:
S3_BUCKET: heroku-php-extensions
S3_BUCKET: ${{ env.S3_BUCKET }}
S3_REGION: ${{ env.S3_REGION }}
BUILDPACK: ./vendor/heroku/heroku-buildpack-php

steps:
Expand Down

0 comments on commit 5e78511

Please sign in to comment.