File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
with :
33
- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
34
33
ref : ${{ inputs.tag }}
35
34
- name : Install the latest version of rye
36
35
uses : eifinger/setup-rye@v2
90
89
steps :
91
90
- uses : actions/checkout@v4
92
91
with :
93
- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
94
92
ref : ${{ inputs.tag }}
95
93
- name : Install the latest version of rye
96
94
uses : eifinger/setup-rye@v2
@@ -187,7 +185,6 @@ jobs:
187
185
steps :
188
186
- uses : actions/checkout@v4
189
187
with :
190
- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
191
188
ref : ${{ inputs.tag }}
192
189
193
190
- name : downcase CONTAINER_IMAGE
Original file line number Diff line number Diff line change 54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
with :
57
- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
58
57
ref : ${{ github.head_ref }}
59
58
- uses : ./.github/actions/python-package-shared-setup
60
59
with :
85
84
steps :
86
85
- uses : actions/checkout@v4
87
86
with :
88
- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
89
87
ref : ${{ github.head_ref }}
90
88
91
89
- name : downcase CONTAINER_IMAGE
You can’t perform that action at this time.
0 commit comments