mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
fix (#5503)
This commit is contained in:
parent
b1683bd5fb
commit
9234167c85
2
.github/workflows/ui.yml
vendored
2
.github/workflows/ui.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: deploy json to aws
|
||||
if: steps.pr_details.outputs.source_branch == 'changeset-release/main'
|
||||
if: steps.pr_details.outputs.source_branch == 'changeset-release/main' || steps.pr_details.outputs.source_branch == 'changeset-release/v4'
|
||||
run: |
|
||||
export AWS_ACCESS_KEY_ID=${{ secrets.AWSACCESSKEYID }}
|
||||
export AWS_SECRET_ACCESS_KEY=${{ secrets.AWSSECRETKEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user