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 9219e85 commit 48ad480Copy full SHA for 48ad480
.github/workflows/nightly.yaml
@@ -1,10 +1,5 @@
1
name: Nightly Build
2
3
-permissions:
4
- actions: read
5
- contents: read
6
- security-events: write
7
-
8
on:
9
workflow_dispatch:
10
inputs:
@@ -14,6 +9,11 @@ on:
14
schedule:
15
- cron: "0 3 * * *" # run at 03:00 UTC
16
11
12
+permissions:
13
+ actions: read
+ contents: read
+ security-events: write
+
17
jobs:
18
19
Run-Tests:
.github/workflows/release.yml
@@ -3,6 +3,10 @@ name: Release
+ contents: write
0 commit comments