Skip to content

Commit a0a6473

Browse files
chore: use PAT
Signed-off-by: Joris Mancini <[email protected]>
1 parent afaad51 commit a0a6473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
23+
token: ${{ secrets.PAT }}
2324

2425
- name: Delete original tag
2526
run: |

0 commit comments

Comments
 (0)