Skip to content

Commit d88266f

Browse files
committed
🐛 remove unused action
1 parent d6172e0 commit d88266f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cd-semver.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ jobs:
4343
{ "release": false, "subject": "*\\[skip release\\]*" }
4444
]
4545
46-
- name: Authenticate
47-
if: steps.release.outputs.released == 'true'
48-
uses: actions/checkout@v3
49-
with:
50-
fetch-depth: 1
51-
persist-credentials: true
52-
token: ${{ secrets.DOTTBOTT_TOKEN }}
53-
5446
- uses: actions/checkout@v3
5547
if: steps.release.outputs.released == 'true'
5648
with:

0 commit comments

Comments
 (0)