File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - 3.0.x
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - ' 3.0.x'
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
Original file line number Diff line number Diff line change 55 build-version :
66 description : ' Version of the build to delete'
77 required : true
8+ permissions :
9+ contents : read
810jobs :
911 delete-staged-release :
1012 name : Delete Staged Release
Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - v3.0.[0-9]+
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
6971 - build-and-stage-release
7072 - promote-release
7173 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
74+ permissions :
75+ contents : write
7276 steps :
7377 - name : Check Out Code
7478 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments