File tree 4 files changed +18
-1
lines changed
4 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ concurrency:
4
4
group : ${{ github.workflow }}-${{ github.ref }}
5
5
cancel-in-progress : true
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ contents : read
10
+
7
11
on :
8
12
schedule :
9
13
- cron : ' 0 */4 * * *'
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ concurrency:
4
4
group : ${{ github.workflow }}-${{ github.ref }}
5
5
cancel-in-progress : true
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ contents : read
10
+
7
11
on :
8
12
push :
9
13
branches :
19
23
jobs :
20
24
labeler :
21
25
runs-on : ubuntu-latest
26
+ permissions :
27
+ # same as global permissions
28
+ contents : read
29
+ # required to update labels
30
+ issues : write
22
31
steps :
23
32
-
24
33
name : Checkout
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ concurrency:
4
4
group : ${{ github.workflow }}-${{ github.ref }}
5
5
cancel-in-progress : true
6
6
7
+ # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
8
+ permissions :
9
+ contents : read
10
+
7
11
on :
8
12
push :
9
13
branches :
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2021-2024 CrazyMax
3
+ Copyright (c) 2021-2025 CrazyMax
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments