Ci security tweaks take seventy three (#9016)

* asd

* asd

* asd
This commit is contained in:
pngwn 2024-08-06 00:10:50 +01:00 committed by GitHub
parent 3238b26277
commit b808616d49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -101,6 +101,8 @@ jobs:
mkdir scripts
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_demo_to_space.py -o scripts/upload_demo_to_space.py
curl https://raw.githubusercontent.com/gradio-app/gradio/main/scripts/upload_website_demos.py -o scripts/upload_website_demos.py
- name: make dirs
run: mkdir -p demo/all_demos && mv demo demo/all_demos
- name: Upload demo to spaces
if: github.event.workflow_run.event == 'pull_request'
id: upload-demo

View File

@ -71,6 +71,10 @@ jobs:
permissions:
actions: read
steps:
- uses: actions/checkout@v4
with:
ref: ${{ needs.changes.outputs.source_branch }}
repository: ${{ needs.changes.outputs.source_repo }}
- name: dowload storybook artifacts
uses: actions/download-artifact@v4
with: