Skip to content

Commit 5912e00

Browse files
committed
test
1 parent fdeac0b commit 5912e00

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/cpp_extra.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
# Hi
19+
1820
name: C++ Extra
1921

2022
on:
@@ -77,7 +79,9 @@ concurrency:
7779
cancel-in-progress: true
7880

7981
permissions:
82+
actions: read
8083
contents: read
84+
pull-requests: read
8185

8286
jobs:
8387
check-labels:

.github/workflows/package_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ concurrency:
6161
cancel-in-progress: true
6262

6363
permissions:
64+
actions: read
6465
# Upload to GitHub Release
6566
contents: write
67+
pull-requests: read
6668

6769
jobs:
6870
check-labels:

0 commit comments

Comments
 (0)