CI/CD: Configure GitHub Actions

This commit is contained in:
ngosang 2020-12-13 00:25:31 +01:00
parent 8d02ad5bd5
commit 89f57be296

View File

@ -16,5 +16,5 @@ jobs:
name: Auto Tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GH_PAT }}"
tag_prefix: "v"