diff --git a/.github/workflows/Puppet_module_builder.yml b/.github/workflows/Puppet_module_builder.yml index 179d88cc..44b9a4e5 100644 --- a/.github/workflows/Puppet_module_builder.yml +++ b/.github/workflows/Puppet_module_builder.yml @@ -72,9 +72,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ secrets.AWS_IAM_PUPPET_ROLE }} - role-session-name: "Puppet module-Builder" aws-region: "${{ secrets.AWS_REGION }}" - role-duration-seconds: 10800 - name: Upload Puppet module to S3 if: ${{ env.WAZUH_TAG != '' && inputs.UPLOAD_S3 == true }}