File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Linux
22on :
33 pull_request :
4- branches :
5- - main
64 push :
75 branches :
86 - main
@@ -107,6 +105,8 @@ jobs:
107105 - {slug: 'yggdrasil.x86_64', build_on: ''}
108106 steps :
109107 - uses : actions/checkout@v4
108+ with :
109+ persist-credentials : false
110110 - run : uname -a
111111 - uses : julia-actions/setup-julia@v2
112112 with :
Original file line number Diff line number Diff line change 11name : Windows
22on :
33 pull_request :
4- branches :
5- - main
64 push :
75 branches :
86 - main
97 release :
108 types : [published]
119 workflow_dispatch :
1210permissions :
13- contents : none
11+ contents : read
1412concurrency :
1513 # Skip intermediate builds: always.
1614 # Cancel intermediate builds: only if it is a pull request build.
4139 arch : ' i686'
4240 steps :
4341 - uses : actions/checkout@v4
42+ with :
43+ persist-credentials : false
4444
4545 # Set up `IMAGE_NAME`, which is something like `juliapackaging/package_win64`
4646 # and also `TAG_NAME`, which is usually something like `v5.23`, but if we're
You can’t perform that action at this time.
0 commit comments