Skip to content

Commit f658731

Browse files
committed
switch to token for checkout
1 parent e54d64c commit f658731

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/version-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- uses: actions/checkout@v4
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.SC_GH_TAG_TOKEN }}
2826
with:
27+
token: ${{ secrets.SC_GH_TAG_TOKEN }}
2928
fetch-depth: '0'
3029
- name: Determine Tag Details
3130
id: taggerDryRun

0 commit comments

Comments
 (0)