Skip to content

Commit 9486c53

Browse files
committed
adjust new variable names
1 parent 37d74c0 commit 9486c53

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ pr:
2626
# This pulls in a variable group from Azure. Variables can be encrypted or not.
2727
variables:
2828
- group: deploy-secrets
29-
- group: Github App - Toolkitty
3029

3130
# Launch into the build pipeline.
3231
jobs:

resources/python/pipelines/pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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
@@ -36,7 +36,7 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

resources/python/pipelines/template.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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}"
@@ -35,5 +26,4 @@ steps:
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)

0 commit comments

Comments
 (0)