We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bf927 commit 4fa2157Copy full SHA for 4fa2157
3 files changed
.github/workflows/check-binaries.yml
@@ -5,6 +5,9 @@ on:
5
schedule:
6
- cron: "0 16 * * 1-5" # min h d Mo DoW / 9am PST M-F
7
8
+permissions:
9
+ issues: write
10
+
11
jobs:
12
check-for-vulnerabilities:
13
runs-on: ubuntu-latest
.github/workflows/integ-tests.yml
@@ -6,6 +6,9 @@ on:
- develop
- main
+ contents: read
go-tests:
14
.github/workflows/release.yml
@@ -11,6 +11,9 @@ on:
description: "Information about the release"
required: true
default: "New release"
15
+ contents: write
16
17
18
Release:
19
environment: Release
0 commit comments