Skip to content

Commit

Permalink
Move build_test_upload workflow to environment pytorchbot-env (#1200)
Browse files Browse the repository at this point in the history
Summary:
I wonder if we can delete these secrets entirely if this is no longer being actively developed

Pull Request resolved: #1200

Reviewed By: atalman

Differential Revision: D48629189

Pulled By: clee2000

fbshipit-source-id: a6213697e14c30aee47ac30b8a8c073163ce3cb5
  • Loading branch information
clee2000 authored and facebook-github-bot committed Aug 24, 2023
1 parent 757c032 commit d76d92c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_build_test_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ jobs:
if: always() && inputs.branch != '' && inputs.do-upload == true
needs: [get_release_type, wheel_build_test]
runs-on: ubuntu-latest
environment: pytorchbot-env
outputs:
upload: ${{ steps.trigger_upload.outputs.value }}
steps:
Expand Down Expand Up @@ -397,6 +398,7 @@ jobs:
needs: [get_release_type, conda_build_test]
runs-on: ubuntu-latest
container: continuumio/miniconda3
environment: pytorchbot-env
outputs:
upload: ${{ steps.trigger_upload.outputs.value }}
steps:
Expand Down

0 comments on commit d76d92c

Please sign in to comment.