Skip to content

Commit ea12144

Browse files
authored
Update .github/workflows/auto_semver_bump.yaml
1 parent 1cc4f80 commit ea12144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_semver_bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Checkout action is required
1515
- uses: actions/[email protected]
1616
with:
17-
ssh-key: ${{ secrets.SEMVER_BUMPER_KEY }}
17+
token: ${{ secrets.DMITRY_PAT }}
1818
- uses: actions/setup-node@v1
1919
with:
2020
node-version: "12"

0 commit comments

Comments
 (0)