File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 77 - main
88 - releases/*
99
10+ permissions :
11+ contents : read
12+ actions : write
13+
1014env :
1115 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1216 # Is it the official main branch, or an official release branches?
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Conventions
33on :
44 workflow_call :
55
6+ permissions :
7+ contents : read
8+ actions : read
9+
610env :
711 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
812
Original file line number Diff line number Diff line change 2222 required : false
2323 description : The Vercel token. Required if 'publish_target' is set.
2424
25+ permissions :
26+ contents : read
27+ actions : read
28+
2529env :
2630 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2731
Original file line number Diff line number Diff line change 2525 default : 360
2626 type : number
2727
28+ permissions :
29+ contents : read
30+ actions : write
31+
2832env :
2933 # Workflow configuration
3034 TEST_DURATION : ${{ inputs.duration || vars.NIGHTLY_TEST_DURATION || '5h' }}
Original file line number Diff line number Diff line change 66 - cron : ' 00 08 * * *'
77 # (1 AM PST)
88
9+ permissions :
10+ contents : read
11+ actions : write
12+
913jobs :
1014 nightly :
1115 uses : ./.github/workflows/stress.yml
Original file line number Diff line number Diff line change 66 - main
77 - ' releases/*'
88
9+ permissions :
10+ contents : read
11+ packages : write
12+
913jobs :
1014 omes-image-build :
1115 uses : temporalio/omes/.github/workflows/docker-images.yml@main
Original file line number Diff line number Diff line change 66 - main
77 - ' releases/*'
88
9+ permissions :
10+ contents : read
11+ actions : write
12+
913env :
1014 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1115 # Is it the official main branch, or an official release branches?
Original file line number Diff line number Diff line change 3838 required : true
3939 type : boolean
4040
41+ permissions :
42+ contents : read
43+ actions : write
44+
4145env :
4246 TEMPORAL_TESTING_LOG_DIR : /tmp/worker-logs
4347 TEMPORAL_TESTING_MEM_LOG_DIR : /tmp/worker-mem-logs
You can’t perform that action at this time.
0 commit comments