Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to get the creator of this GH Action verified in the marketplace? #67

Open
javsalgar opened this issue Mar 25, 2022 · 6 comments

Comments

@javsalgar
Copy link

My organization is now enforcing to use actions by verified creators. I'd love to use this action but I see that right now it is not verified. Any chance that this could happen?

@markstos
Copy link

markstos commented May 3, 2022

The workaround is to use a container which provides the aws binary:

- name: Sync to S3
  run: >
    aws s3 sync
    ./docs
    s3://${{ secrets.DOC_AWS_S3_BUCKET }}/
    --acl public-read --follow-symlinks --delete

  env:
    AWS_ACCESS_KEY_ID: ${{ secrets.DOC_AWS_ACCESS_KEY_ID }}
    AWS_SECRET_ACCESS_KEY: ${{ secrets.DOC_AWS_SECRET_ACCESS_KEY }}
    AWS_REGION: 'us-east-1'

Your pipeline may be simpler and run faster with one less Github Actions container to boot!

@digitalcraftco
Copy link

@markstos Thanks for the alt solution. And... indeed build time for that step went ~32s to 10s.

@LeKristapino
Copy link

Runs on the same ubuntu-latest so this action now kind of seems redundant

@colin-byrne-1
Copy link

The maintainer is MIA. @jakejarvis Could you please transfer ownership of this repo? Or deprecate it...

@markstos
Copy link

@colin-byrne-1 Are you volunteering as the new maintainer?

@colin-byrne-1
Copy link

I got by with the AWS command line workaround, and have no vested interest, so I'm probably not the best person.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants