File tree 2 files changed +10
-6
lines changed
AppSource App/.github/workflows
Per Tenant Extension/.github/workflows
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
permissions :
30
30
actions : read
31
- contents : write
32
- id-token : write
33
- pull-requests : write
31
+ contents : read
34
32
35
33
defaults :
36
34
run :
44
42
IncrementVersionNumber :
45
43
needs : [ ]
46
44
runs-on : [ windows-latest ]
45
+ permissions :
46
+ contents : write
47
+ id-token : write
48
+ pull-requests : write
47
49
steps :
48
50
- name : Dump Workflow Information
49
51
uses : microsoft/AL-Go-Actions/DumpWorkflowInfo@main
Original file line number Diff line number Diff line change 28
28
29
29
permissions :
30
30
actions : read
31
- contents : write
32
- id-token : write
33
- pull-requests : write
31
+ contents : read
34
32
35
33
defaults :
36
34
run :
44
42
IncrementVersionNumber :
45
43
needs : [ ]
46
44
runs-on : [ windows-latest ]
45
+ permissions :
46
+ contents : write
47
+ id-token : write
48
+ pull-requests : write
47
49
steps :
48
50
- name : Dump Workflow Information
49
51
uses : microsoft/AL-Go-Actions/DumpWorkflowInfo@main
You can’t perform that action at this time.
0 commit comments