Fix aws secrets (#438)
@lunny It still looks like that the IAM user does not have enough permissions for the S3 sync operation. Reviewed-on: gitea/helm-chart#438 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: pat-s <patrick.schratz@gmail.com> Co-committed-by: pat-s <patrick.schratz@gmail.com>
This commit was merged in pull request #438.
This commit is contained in:
@@ -28,10 +28,10 @@ jobs: | ||||
curl -L -o gitea/index.yaml https://dl.gitea.com/charts/index.yaml | ||||
helm repo index gitea/ --url https://dl.gitea.io/charts --merge gitea/index.yaml | ||||
- name: aws credential configure | ||||
uses: https://github.com/aws-actions/configure-aws-credentials@v1 | ||||
uses: https://github.com/aws-actions/configure-aws-credentials@v2 | ||||
with: | ||||
aws-access-key-id: ${{ secrets.AWS_KEY_ID }} | ||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} | ||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} | ||||
aws-region: ${{ secrets.AWS_REGION }} | ||||
- name: install aws cli | ||||
run: | | ||||
| ||||
Reference in New Issue
Block a user