Skip to content

Commit 0bef4f5

Browse files
committed
Use token gh-actions in force push
1 parent a534daa commit 0bef4f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
git add ./source.extension.vsixmanifest
5252
- name: Commit and Push to master
5353
uses: fabriziocacicia/[email protected]
54+
env:
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5456
with:
5557
temp_branch_prefix: push-action/
5658
commit_message: "VSDebugPro ${{ env.Version }}"

0 commit comments

Comments
 (0)