checkout@v2 aws s3 sync error code 255
My pipeline has randomly stopped working, it worked yesterday and now gets back error:
Run aws s3 sync ./ s3://d3plotview
aws s3 sync ./ s3://d3plotview
shell: /usr/bin/bash -e {0}
env:
AWS_ACCESS_KEY_ID: ***
AWS_SECRET_
<botocore.
Error: Process completed with exit code 255.
Pipeline is
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Test Script
run: npm install && npm run test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.
AWS_SECRET_
- name: Upload Dir to S3 -source
run: aws s3 sync ./ s3://d3plotview
env:
AWS_ACCESS_KEY_ID: ${{ secrets.
AWS_SECRET_
Anything any changed recently? or anyone else having issues>?
Question information
- Language:
- English Edit question
- Status:
- Open
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2021-02-12
- Last reply:
Jason Charnley (jcharnley) said : | #1 |
fyi, the command works locally and has been working for 5 months in the pipeline without any issues until today. No changes since it was setup....
Can you help with this problem?
Provide an answer of your own, or ask Jason Charnley for more information if necessary.