Skip to content

Commit

Permalink
tmp change to verify action against staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lukqw committed Jul 12, 2024
1 parent 43ba199 commit 8f09b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ephemeral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
"preview-cmd": ${{ toJSON(env.PREVIEW_CMD) }}
}
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
PREVIEW_CMD: |-
awslocal s3 mb s3://test-bucket
Expand All @@ -41,5 +41,5 @@ jobs:
"state-action": "stop"
}
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LOCALSTACK_API_KEY: ${{ secrets.STAGING_LOCALSTACK_API_KEY }}
GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}

0 comments on commit 8f09b22

Please sign in to comment.