feat: Add the ability to use OAuth2 to authenticate to the REST API #347
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: test_deploy | |
| permissions: | |
| contents: read | |
| pull-requests: read | |
| "on": | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| pypi_test_deploy: | |
| uses: broadinstitute/shared-workflows/.github/workflows/python-test-deploy-to-pypi.yaml@v6.0.0 | |
| secrets: | |
| pypi_test_token: ${{ secrets.PYPI_TEST_TOKEN }} |