We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c8efa commit eb3ac24Copy full SHA for eb3ac24
.github/workflows/build-daily.yml
@@ -9,6 +9,7 @@ on:
9
10
permissions:
11
contents: read
12
+ security-events: read # This is required to handle authentication to our artifact publishing API
13
14
jobs:
15
build-daily:
.github/workflows/build-on-pr.yml
@@ -5,6 +5,7 @@ on:
5
6
7
8
build-pr:
.github/workflows/build-on-push.yml
@@ -6,6 +6,7 @@ on:
0 commit comments