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 3030 steps :
3131 - uses : actions/checkout@v4
3232 with :
33- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
3433 ref : ${{ inputs.tag }}
3534 - name : Install the latest version of rye
3635 uses : eifinger/setup-rye@v2
9089 steps :
9190 - uses : actions/checkout@v4
9291 with :
93- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
9492 ref : ${{ inputs.tag }}
9593 - name : Install the latest version of rye
9694 uses : eifinger/setup-rye@v2
@@ -187,7 +185,6 @@ jobs:
187185 steps :
188186 - uses : actions/checkout@v4
189187 with :
190- # token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
191188 ref : ${{ inputs.tag }}
192189
193190 - name : downcase CONTAINER_IMAGE
Original file line number Diff line number Diff line change 5454 steps :
5555 - uses : actions/checkout@v4
5656 with :
57- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
5857 ref : ${{ github.head_ref }}
5958 - uses : ./.github/actions/python-package-shared-setup
6059 with :
8584 steps :
8685 - uses : actions/checkout@v4
8786 with :
88- token : ${{ secrets.ACTIONS_ACCESS_TOKEN }}
8987 ref : ${{ github.head_ref }}
9088
9189 - name : downcase CONTAINER_IMAGE
You can’t perform that action at this time.
0 commit comments