File tree Expand file tree Collapse file tree 2 files changed +19
-65
lines changed
Expand file tree Collapse file tree 2 files changed +19
-65
lines changed Original file line number Diff line number Diff line change 1+ name : Build DISCVR
2+ on :
3+ push :
4+ pull_request :
5+ jobs :
6+ build-modules :
7+ # See: https://help.github.com/en/actions/reference/contexts-and-expression-syntax-for-github-actions#github-context
8+ # https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
9+ if : github.repository == 'BimberLab/DiscvrLabKeyModules'
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : " Build DISCVR"
13+ uses : bimberlabinternal/DevOps/githubActions/discvr-build@master
14+ with :
15+ artifactory_user : ${{secrets.artifactory_user}}
16+ artifactory_password : ${{secrets.artifactory_password}}
17+ # NOTE: permissions are limited on the default secrets.GITHUB_TOKEN, including updating workflows, so use a personal access token
18+ github_token : ${{ secrets.PAT }}
19+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments