Skip to content

Commit 02654b4

Browse files
authored
Merge pull request #405 from cmu-delphi/fixVersionBumper
patch version bumper for branch permissions
2 parents 01a0a33 + ea12144 commit 02654b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto_semver_bump.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212

1313
steps:
1414
# Checkout action is required
15-
- uses: actions/checkout@v2
15+
- uses: actions/[email protected]
16+
with:
17+
token: ${{ secrets.DMITRY_PAT }}
1618
- uses: actions/setup-node@v1
1719
with:
1820
node-version: "12"

0 commit comments

Comments
 (0)