File tree Expand file tree Collapse file tree 10 files changed +33
-0
lines changed
Expand file tree Collapse file tree 10 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 3232 - ' mkdocs/**'
3333 workflow_dispatch :
3434
35+ permissions :
36+ contents : read
37+
3538jobs :
3639 markdown-link-check :
3740 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2727 schedule :
2828 - cron : ' 16 4 * * 1'
2929
30+ permissions :
31+ contents : read
32+
3033jobs :
3134 analyze :
3235 name : Analyze Actions
3336 runs-on : ubuntu-latest
3437 permissions :
38+ contents : read
3539 security-events : write
3640 packages : read
3741
Original file line number Diff line number Diff line change 2020name : " Run License Check"
2121on : pull_request
2222
23+ permissions :
24+ contents : read
25+
2326jobs :
2427 rat :
2528 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2424 - cron : " 0 0 * * *" # Runs at midnight UTC every day
2525 workflow_dispatch : # Allows manual triggering
2626
27+ permissions :
28+ contents : read
29+
2730jobs :
2831 set-version :
2932 if : github.repository == 'apache/iceberg-python' # Only run for apache repo
Original file line number Diff line number Diff line change 2626 required : true
2727 type : string
2828
29+ permissions :
30+ contents : read
31+
2932jobs :
3033 pypi-build-artifacts :
3134 name : Build artifacts for PyPi on ${{ matrix.os }}
Original file line number Diff line number Diff line change 2525 - ' main'
2626 pull_request :
2727
28+ permissions :
29+ contents : read
30+
2831
2932concurrency :
3033 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change 3838 - ' !LICENSE'
3939 - ' !NOTICE'
4040
41+ permissions :
42+ contents : read
43+
4144concurrency :
4245 group : ${{ github.workflow }}-${{ github.ref }}
4346 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
Original file line number Diff line number Diff line change @@ -21,13 +21,18 @@ name: "Release Docs"
2121on :
2222 workflow_dispatch :
2323
24+ permissions :
25+ contents : read
26+
2427concurrency :
2528 group : ${{ github.workflow }}-${{ github.ref }}
2629 cancel-in-progress : ${{ github.event_name == 'pull_request' }}
2730
2831jobs :
2932 docs :
3033 runs-on : ubuntu-latest
34+ permissions :
35+ contents : write
3136
3237 steps :
3338 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 3636 type : number
3737 required : true
3838
39+ permissions :
40+ contents : read
41+
3942jobs :
4043 validate-inputs :
4144 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 2626 required : true
2727 type : string
2828
29+ permissions :
30+ contents : read
31+
2932jobs :
3033 svn-build-artifacts :
3134 name : Build artifacts for SVN on ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments