File tree Expand file tree Collapse file tree 3 files changed +3
-14
lines changed
resources/python/pipelines Expand file tree Collapse file tree 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change 2626# This pulls in a variable group from Azure. Variables can be encrypted or not.
2727variables :
2828- group : deploy-secrets
29- - group : Github App - Toolkitty
3029
3130# Launch into the build pipeline.
3231jobs :
Original file line number Diff line number Diff line change 2222 git merge origin/$(System.PullRequest.SourceBranch)
2323 git push -u origin ${{ parameters.branch }}
2424 env:
25- GH_APP_TOKEN : $(GITHUB_APP_TOKEN )
25+ GH_ACCESS_TOKEN : $(GITHUB_ACCESS_TOKEN )
2626 displayName: Create branch if not exists or update
2727 - script : |
2828 set -e
3636 git commit --allow-empty -a -m "Update source requirements 3.7"
3737 git push origin ${{ parameters.branch }}
3838 env:
39- GH_APP_TOKEN : $(GITHUB_APP_TOKEN )
39+ GH_ACCESS_TOKEN : $(GITHUB_ACCESS_TOKEN )
4040 displayName: Update source requirements 3.7
4141 workingDirectory: resources/python
4242
6161 git commit --allow-empty -a -m "Update source requirements 3.9"
6262 git push origin ${{ parameters.branch }}
6363 env:
64- GH_APP_TOKEN : $(GITHUB_APP_TOKEN )
64+ GH_ACCESS_TOKEN : $(GITHUB_ACCESS_TOKEN )
6565 displayName: Update source requirements 3.9
6666 workingDirectory: resources/python
6767
Original file line number Diff line number Diff line change @@ -17,15 +17,6 @@ steps:
1717- template : internal/configure-git.yml@templates
1818 # Call the tik-ci-tools git config
1919
20- - task : Bash@3
21- displayName : Git configuration
22- inputs :
23- targetType : inline
24- script : |
25- echo "Running git remote -v"
26- git remote -v
27- echo
28- echo "ALL DONE"
2920
3021
3122# git config --global user.name "${GH_APP_NAME}"
3526# env:
3627# GH_APP_NAME: $(GITHUB_APP_NAME)
3728# GH_APP_SLUG: $(GITHUB_APP_SLUG)
38- # GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
3929# GH_APP_UID: $(GITHUB_APP_UID)
You can’t perform that action at this time.
0 commit comments