Skip to content

Commit

Permalink
ci(cli-publish): set aws default region (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Jun 14, 2023
1 parent 0600186 commit 39ac0d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: cli
on:
workflow_dispatch:
schedule:
# run once per hour
- cron: '0 * * * *'
Expand All @@ -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 }}

0 comments on commit 39ac0d0

Please sign in to comment.