Skip to content

Commit

Permalink
aws config
Browse files Browse the repository at this point in the history
  • Loading branch information
nlgripto committed May 3, 2024
1 parent 5b8b995 commit 7ff3688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/fc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ runs:

- name: Upload to FC S3
run: |
aws s3 cp ./fc-fd-latest.zip s3://fuzzcorp-bundle-dropbox-975049986498-86c13d2/org_rvfruw8l/prj_rvfruw8lvGQ/${{ steps.fileops.outputs.bundle-md5 }}.zip
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
shell: bash

2 changes: 1 addition & 1 deletion .github/workflows/clusterfuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: ${{ steps.find-fuzzdir.outputs.fd-dir }}/lib/*.a
retention-days: 1

fc-publish:
fuzzcorp-publish:
needs: clusterfuzz-publish
runs-on:
ubuntu-latest
Expand Down

0 comments on commit 7ff3688

Please sign in to comment.