Skip to content

Commit 1f52cb0

Browse files
committed
Attempted fix for protected branches in GitHub push action: phips28/gh-action-bump-version#156
1 parent e3c3286 commit 1f52cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Checkout Git repository
1515
uses: 'actions/checkout@v3'
1616
with:
17+
persist-credentials: false
1718
ref: ${{ github.ref }}
1819

1920
- name: Read package.json

0 commit comments

Comments
 (0)