Skip to content

Commit

Permalink
set env
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed May 3, 2024
1 parent 7ff3688 commit 354f370
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/fc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 354f370

Please sign in to comment.