v0.38.1: PEP8/pylint fixes #55
This file contains 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: AutoDeploy | |
# Run this workflow every time a commit gets pushed to main or a pull request gets opened against main | |
on: | |
push: | |
branches: | |
- main | |
- develop | |
- master | |
jobs: | |
build: | |
name: Call Azure Pipeline | |
runs-on: ubuntu-latest | |
steps: | |
- name: Azure Pipelines Action | |
uses: Azure/pipelines@v1.2 | |
with: | |
azure-devops-project-url: https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects | |
azure-pipeline-name: 'wwPDB.azure_autodeploy_pipeline' | |
azure-devops-token: ${{ secrets.AZURE_AUTODEPLOY_TOKEN }} | |
azure-pipeline-variables: '{"git_repo": "${{github.repository}}", "git_branch": "${{github.ref_name}}", "git_sha": "${{github.sha}}", "git_actor": "${{github.actor}}", "git_owner": "${{github.repository_owner}}"}' |