feat(ci): fix regressions detected after merging to develop (#3442)

This commit is contained in:
Mikołaj Młodzikowski 2023-04-14 15:00:20 +02:00 committed by GitHub
parent 48b62380b0
commit 554d07a31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ jobs:
lint-pr-title:
needs: node-modules
if: ${{ github.event_name == 'pull_request' }}
name: Verify PR title
uses: ./.github/workflows/lint-pr.yml
secrets: inherit

View File

@ -150,7 +150,7 @@ jobs:
with:
args: --acl private --follow-symlinks --delete
env:
AWS_S3_BUCKET: ${{ steps.tags.outputs.bucketName }}
AWS_S3_BUCKET: ${{ env.BUCKET_NAME }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'eu-west-1'