Skip to content

Commit eb3ac24

Browse files
committed
Fix broken
Signed-off-by: Andy Doan <[email protected]>
1 parent b4c8efa commit eb3ac24

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
permissions:
1111
contents: read
12+
security-events: read # This is required to handle authentication to our artifact publishing API
1213

1314
jobs:
1415
build-daily:

.github/workflows/build-on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
permissions:
77
contents: read
8+
security-events: read # This is required to handle authentication to our artifact publishing API
89

910
jobs:
1011
build-pr:

.github/workflows/build-on-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
contents: read
9+
security-events: read # This is required to handle authentication to our artifact publishing API
910

1011
jobs:
1112
build-daily:

0 commit comments

Comments
 (0)