diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index e235bf4..337de36 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -56,7 +56,9 @@ jobs: echo "paths: $paths" echo "----" set -x - aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths + echo aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths | base64 + + aws cloudfront create-invalidation --distribution-id EWYXMJ6L92Q6I --paths $paths if: gitea.ref == 'refs/heads/main' env: # Or as an environment variable AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}