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 f52bbbf commit fc5dcde
Show file tree
Hide file tree
Showing 29 changed files with 1,012 additions and 466 deletions.
4 changes: 2 additions & 2 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"type": "PTE",
"templateUrl": "https://github.com/freddydk/AL-Go@nuget",
"templateSha": "679d5cf17e51b1cd558453f429df6e59bf2ce95c"
"templateUrl": "https://github.com/microsoft/AL-Go-PTE@preview",
"templateSha": "becb26e1f895fb75145bbc10535afb19c09bff5c"
}
361 changes: 342 additions & 19 deletions .github/RELEASENOTES.copy.md

Large diffs are not rendered by default.

22 changes: 12 additions & 10 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 @@ -39,48 +41,48 @@ jobs:
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 fc5dcde

Please sign in to comment.