Skip to content

Commit

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

env:
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
2 changes: 0 additions & 2 deletions .github/workflows/mkrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
stack: ['heroku-20', 'heroku-22']

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

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

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

steps:
Expand Down

0 comments on commit 9598eba

Please sign in to comment.