diff --git a/.github/workflows/publish-cli.yml b/.github/workflows/publish-cli.yml index 3ae387841..25d8bd6c1 100644 --- a/.github/workflows/publish-cli.yml +++ b/.github/workflows/publish-cli.yml @@ -1,5 +1,6 @@ name: cli on: + workflow_dispatch: schedule: # run once per hour - cron: '0 * * * *' @@ -14,9 +15,11 @@ jobs: node-version: 18.x - name: Publish the latest CLI run: | + aws configure list aws sts get-caller-identity sh publish-latest.sh working-directory: ./binaries env: + AWS_DEFAULT_REGION: eu-west-1 AWS_ACCESS_KEY_ID: ${{ secrets.PRISMA_CLI_AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.PRISMA_CLI_AWS_SECRET_ACCESS_KEY }}