Skip to content

Commit 1c83c0d

Browse files
committed
chore(ci): added PAT to allow push to protected branch
1 parent 6acb4e7 commit 1c83c0d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
permissions:
2828
contents: write
2929
steps:
30-
- uses: actions/checkout@v3
30+
- name: Checkout branch
31+
uses: actions/checkout@v3
3132
with:
33+
token: ${{ secrets.GH_PAT }}
3234
fetch-depth: 0 # required for git-cliff
3335

3436
- name: Configure Git

0 commit comments

Comments
 (0)