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:
2424 group : ' ${{ github.workflow }}-${{ github.ref }}'
2525 cancel-in-progress : true
2626
27+ permissions : {}
28+
2729env :
2830 PHP_VERSION_LATEST : " 8.4"
2931 PHP_PROJECT_EXT : dom,json,libxml # via `composer info -pt`
Original file line number Diff line number Diff line change 1313 # this means: at 23:42
1414 - cron : ' 42 23 * * *'
1515
16+ permissions : {}
17+
1618concurrency :
1719 group : ' ${{ github.workflow }}-${{ github.ref }}'
1820 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -26,10 +26,14 @@ name: Release
2626on :
2727 workflow_dispatch
2828
29+ permissions : {}
30+
2931jobs :
3032 release :
3133 name : Release
32- permissions : write-all
34+ permissions :
35+ id-token : write
36+ contents : write # to create a release
3337 runs-on : ubuntu-latest
3438 timeout-minutes : 30
3539 steps :
You can’t perform that action at this time.
0 commit comments