ci(build): use personal token (#144)

This commit is contained in:
Romain Lespinasse
2024-01-24 17:14:44 +01:00
committed by GitHub
parent 5ee5b39fa5
commit 55f5982579

View File

@@ -394,3 +394,5 @@ jobs:
uses: actions/checkout@v4
- name: Release this GitHub Action
uses: rlespinasse/release-that@v1
with:
github-token: ${{ secrets.GH_TOKEN }}