Skip to content

Commit 4970e2e

Browse files
committed
add var
1 parent ffbb125 commit 4970e2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

resources/python/pipelines/pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
git checkout ${{ parameters.branch }} || git checkout $(System.PullRequest.SourceBranch) && git checkout -b ${{ parameters.branch }}
2222
git merge origin/$(System.PullRequest.SourceBranch)
2323
git push -u origin ${{ parameters.branch }}
24+
env:
25+
GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
2426
displayName: Create branch if not exists or update
2527
- script: |
2628
set -e
@@ -33,6 +35,8 @@ jobs:
3335
./install_source_only.sh
3436
git commit --allow-empty -a -m "Update source requirements 3.7"
3537
git push origin ${{ parameters.branch }}
38+
env:
39+
GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
3640
displayName: Update source requirements 3.7
3741
workingDirectory: resources/python
3842
@@ -56,6 +60,8 @@ jobs:
5660
./install_source_only.sh
5761
git commit --allow-empty -a -m "Update source requirements 3.9"
5862
git push origin ${{ parameters.branch }}
63+
env:
64+
GH_APP_TOKEN: $(GITHUB_APP_TOKEN)
5965
displayName: Update source requirements 3.9
6066
workingDirectory: resources/python
6167

0 commit comments

Comments
 (0)