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 fdeac0b commit 5912e00Copy full SHA for 5912e00
.github/workflows/cpp_extra.yml
@@ -15,6 +15,8 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
+# Hi
19
+
20
name: C++ Extra
21
22
on:
@@ -77,7 +79,9 @@ concurrency:
77
79
cancel-in-progress: true
78
80
81
permissions:
82
+ actions: read
83
contents: read
84
+ pull-requests: read
85
86
jobs:
87
check-labels:
.github/workflows/package_linux.yml
@@ -61,8 +61,10 @@ concurrency:
61
62
63
64
65
# Upload to GitHub Release
66
contents: write
67
68
69
70
0 commit comments