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

Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
This commit is contained in:
Romain Lespinasse
2024-01-24 14:49:16 +01:00
committed by GitHub
parent b83eb1fa3b
commit eecf0dcdbb

View File

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