mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-31 12:20:26 +08:00
Ci security tweaks take seventy three (#9026)
* asd * asd * asd * asd * adsa * asd * asd * asd * fix
This commit is contained in:
parent
d5f0f30eb4
commit
5523b33736
4
.github/workflows/generate-changeset.yml
vendored
4
.github/workflows/generate-changeset.yml
vendored
@ -41,9 +41,9 @@ jobs:
|
||||
environment: comment_pr
|
||||
|
||||
permissions: write-all
|
||||
name: static checks
|
||||
name: version
|
||||
needs: get-pr
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.get-pr.outputs.found_pr == 'true'
|
||||
outputs:
|
||||
skipped: ${{ steps.version.outputs.skipped }}
|
||||
|
2
.github/workflows/previews-deploy.yml
vendored
2
.github/workflows/previews-deploy.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
||||
export AWS_SECRET_ACCESS_KEY=${{ secrets.NPM_PREVIEWS_AWS_S3_SECRET_ACCESS_KEY }}
|
||||
export AWS_DEFAULT_REGION=us-east-1
|
||||
aws s3 cp ${{ steps.set_tarball_name.outputs.tarball_path }} s3://gradio-npm-previews/${{ needs.changes.outputs.sha }}/
|
||||
echo "js_tarball_url=https://gradio-npm-previews.s3.amazonaws.com/${{ steps.set_tarball_name.outputs.tarball_name }}" >> $GITHUB_OUTPUT
|
||||
echo "js_tarball_url=https://gradio-npm-previews.s3.amazonaws.com/${{ needs.changes.outputs.sha }}/${{ steps.set_tarball_name.outputs.tarball_name }}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Install Hub Client Library
|
||||
run: pip install huggingface-hub==0.23.2
|
||||
|
3
.github/workflows/update-checks.yml
vendored
3
.github/workflows/update-checks.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
with:
|
||||
path: output.json
|
||||
update-status:
|
||||
environment: commit_status
|
||||
runs-on: ubuntu-latest
|
||||
needs: changes
|
||||
if: needs.changes.outputs.should_run == 'false'
|
||||
@ -43,6 +44,8 @@ jobs:
|
||||
- name: set check name
|
||||
id: set_check_name
|
||||
run: echo "${{ toJson(github) }}"
|
||||
- name: echo outputs
|
||||
run: echo "${{ toJson(needs.changes.outputs) }}"
|
||||
# - name: update status
|
||||
# uses: gradio-app/github/actions/set-commit-status@main
|
||||
# with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user