File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
e2eTests/scenarios/PowerPlatform Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
egress-policy : audit
32
32
33
- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
34
- id : app-token
35
- if : ${{ vars.E2E_APP_ID != '' }}
36
- with :
37
- app-id : ${{ vars.E2E_APP_ID }}
38
- private-key : ${{ secrets.E2E_PRIVATE_KEY }}
39
- owner : ${{ github.event.inputs.githubOwner }}
40
-
41
33
- name : Check E2EPAT Secret is defined
42
34
if : ${{ vars.E2E_APP_ID == '' }}
43
35
run : |
55
47
run : |
56
48
${{ github.workspace }}/Internal/Scripts/GetOwnerForE2ETests.ps1 -githubOwner $env:githubOwner
57
49
50
+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
51
+ id : app-token
52
+ if : ${{ vars.E2E_APP_ID != '' }}
53
+ with :
54
+ app-id : ${{ vars.E2E_APP_ID }}
55
+ private-key : ${{ secrets.E2E_PRIVATE_KEY }}
56
+ owner : ${{ steps.getGitHubOwner.outputs.githubOwner }}
57
+
58
58
- name : Cleanup Temp Repositories
59
59
env :
60
60
githubOwner : ${{ steps.getGitHubOwner.outputs.githubOwner }}
Original file line number Diff line number Diff line change @@ -73,10 +73,8 @@ foreach($sourceRepo in $repositories) {
73
73
Write-Host " PowerPlatform Solution Folder: $ ( $settings.powerPlatformSolutionFolder ) "
74
74
75
75
# Upgrade AL-Go System Files to test version
76
- # TODO: Use e2epat until bcsamples powerplatform repositories have been updated to latest version
77
- RunUpdateAlGoSystemFiles - directCommit - wait - templateUrl $template - ghTokenWorkflow $e2epat - repository $repository | Out-Null
78
-
79
76
SetRepositorySecret - repository $repository - name ' GHTOKENWORKFLOW' - value $algoauthapp
77
+ RunUpdateAlGoSystemFiles - directCommit - templateUrl $template - wait - repository $repository | Out-Null
80
78
81
79
CancelAllWorkflows - repository $repository
82
80
You can’t perform that action at this time.
0 commit comments