Skip to content

Commit abf79fa

Browse files
committed
removing unneeded token for checkout
1 parent 28a7289 commit abf79fa

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
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
@@ -90,7 +89,6 @@ jobs:
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

.github/workflows/python-package-develop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ jobs:
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:
@@ -85,7 +84,6 @@ jobs:
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

0 commit comments

Comments
 (0)