Skip to content

Commit a3d1398

Browse files
committed
fix: add token to gh-delete-branch
1 parent b0905eb commit a3d1398

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gh_delete_branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
steps:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4
41+
with:
42+
token: ${{ secrets.TOKEN_GITHUB }}
4143

4244
- name: Delete Branch
4345
shell: bash

0 commit comments

Comments
 (0)