Skip to content

Commit

Permalink
[main] Update AL-Go System Files from microsoft/AL-Go-PTE@preview - b…
Browse files Browse the repository at this point in the history
…ecb26e1f895fb75145bbc10535afb19c09bff5c
  • Loading branch information
freddydk committed Sep 26, 2024
1 parent 9e88c47 commit d4f80c1
Show file tree
Hide file tree
Showing 25 changed files with 937 additions and 437 deletions.
2 changes: 1 addition & 1 deletion .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"DeployToQA": {
"Projects": "App2"
},
"templateSha": "679d5cf17e51b1cd558453f429df6e59bf2ce95c"
"templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c"
}
361 changes: 342 additions & 19 deletions .github/RELEASENOTES.copy.md

Large diffs are not rendered by default.

24 changes: 13 additions & 11 deletions .github/workflows/AddExistingAppOrTestApp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ on:
default: false

permissions:
actions: read
contents: write
id-token: write
pull-requests: write

defaults:
Expand All @@ -36,51 +38,51 @@ env:
jobs:
AddExistingAppOrTestApp:
needs: [ ]
runs-on: [ bc-build ]
runs-on: [ windows-latest ]
steps:
- name: Dump Workflow Information
uses: freddydk/AL-Go/Actions/DumpWorkflowInfo@nuget
uses: microsoft/AL-Go/Actions/DumpWorkflowInfo@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
with:
shell: powershell

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Initialize the workflow
id: init
uses: freddydk/AL-Go/Actions/WorkflowInitialize@nuget
uses: microsoft/AL-Go/Actions/WorkflowInitialize@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
with:
shell: powershell
eventId: "DO0090"

- name: Read settings
uses: freddydk/AL-Go/Actions/ReadSettings@nuget
uses: microsoft/AL-Go/Actions/ReadSettings@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
with:
shell: powershell

- name: Read secrets
id: ReadSecrets
uses: freddydk/AL-Go/Actions/ReadSecrets@nuget
uses: microsoft/AL-Go/Actions/ReadSecrets@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
with:
shell: powershell
gitHubSecrets: ${{ toJson(secrets) }}
getSecrets: 'TokenForPush'
useGhTokenWorkflowForPush: '${{ github.event.inputs.useGhTokenWorkflow }}'

- name: Add existing app
uses: freddydk/AL-Go/Actions/AddExistingApp@nuget
uses: microsoft/AL-Go/Actions/AddExistingApp@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
with:
shell: powershell
token: ${{ steps.ReadSecrets.outputs.TokenForPush }}
parentTelemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
project: ${{ github.event.inputs.project }}
url: ${{ github.event.inputs.url }}
directCommit: ${{ github.event.inputs.directCommit }}

- name: Finalize the workflow
if: always()
uses: freddydk/AL-Go/Actions/WorkflowPostProcess@nuget
uses: microsoft/AL-Go/Actions/WorkflowPostProcess@c198d5ffe9434dda2087ec2c5a9edc61e5118f28
env:
GITHUB_TOKEN: ${{ github.token }}
with:
shell: powershell
eventId: "DO0090"
telemetryScopeJson: ${{ steps.init.outputs.telemetryScopeJson }}
currentJobContext: ${{ toJson(job) }}
Loading

0 comments on commit d4f80c1

Please sign in to comment.