From 354f370a395698a951ed9adc6609e447a9866723 Mon Sep 17 00:00:00 2001 From: nlgripto <155116201+nlgripto@users.noreply.github.com> Date: Fri, 3 May 2024 14:27:23 +0000 Subject: [PATCH] set env --- .github/actions/fc/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/actions/fc/action.yml b/.github/actions/fc/action.yml index 7b33fd1791..5952cb4c15 100644 --- a/.github/actions/fc/action.yml +++ b/.github/actions/fc/action.yml @@ -37,7 +37,10 @@ runs: shell: bash - name: Upload to FC S3 + env: + AWS_ACCESS_KEY_ID: ${{ secrets.AWS_AKID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SKID }} run: | - AWS_ACCESS_KEY_ID=${{ secrets.AWS_AKID }} AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SKID }} s3 cp ./fc-fd-latest.zip s3://fuzzcorp-bundle-dropbox-975049986498-86c13d2/org_rvfruw8l/prj_rvfruw8lvGQ/${{ steps.fileops.outputs.bundle-md5 }}.zip + s3 cp ./fc-fd-latest.zip s3://fuzzcorp-bundle-dropbox-975049986498-86c13d2/org_rvfruw8l/prj_rvfruw8lvGQ/${{ steps.fileops.outputs.bundle-md5 }}.zip shell: bash \ No newline at end of file