File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- dev
8
8
9
+ permissions :
10
+ id-token : write
11
+ attestations : write
12
+
9
13
jobs :
10
14
build :
11
15
runs-on : windows-latest
21
25
with :
22
26
name : " VBA-Enabled Workbook"
23
27
path : " ./tests/out/*"
24
- if-no-files-found : warn
28
+ if-no-files-found : warn
29
+ - name : " Attestation"
30
+ uses : actions/attest-build-provenance@v2
31
+ with :
32
+ subject-path : " ./tests/out/*"
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ if (-not (Test-VBOMAccess -officeAppName $officeAppName)) {
80
80
$officeApp = New-Object - ComObject " $officeAppName .Application"
81
81
82
82
# Make app visible (uncomment if needed)
83
- # $officeApp.Visible = $true
83
+ $officeApp.Visible = $true
84
84
85
85
# Check if the application instance was created successfully
86
86
if ($null -eq $officeApp ) {
You can’t perform that action at this time.
0 commit comments