File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ concurrency:
24
24
group : ' ${{ github.workflow }}-${{ github.ref }}'
25
25
cancel-in-progress : true
26
26
27
+ permissions : {}
28
+
27
29
env :
28
30
PHP_VERSION_LATEST : " 8.4"
29
31
PHP_PROJECT_EXT : dom,json,libxml # via `composer info -pt`
Original file line number Diff line number Diff line change 13
13
# this means: at 23:42
14
14
- cron : ' 42 23 * * *'
15
15
16
+ permissions : {}
17
+
16
18
concurrency :
17
19
group : ' ${{ github.workflow }}-${{ github.ref }}'
18
20
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -26,10 +26,14 @@ name: Release
26
26
on :
27
27
workflow_dispatch
28
28
29
+ permissions : {}
30
+
29
31
jobs :
30
32
release :
31
33
name : Release
32
- permissions : write-all
34
+ permissions :
35
+ id-token : write
36
+ contents : write # to create a release
33
37
runs-on : ubuntu-latest
34
38
timeout-minutes : 30
35
39
steps :
You can’t perform that action at this time.
0 commit comments